Giter VIP home page Giter VIP logo

unity_kanonenschuss's Introduction

Kanonenschuss

Schiefer Wurf

Der schiefe Wurf kommt immer dann zum Zug, wenn der Abwurf eines Körpers nicht horizontal oder vertikal erfolgt, sondern mit einem bestimmten Abwurfwinkel a.

Die Abwurfgeschwindigkeit v0 lässt sich in eine horizontale und eine vertikale Komponente zerlegen. Die Anfangsgeschwindigkeit ergibt sich aus der summe der beiden Vektoren Vx und Vy.

Die Steigzeit t entspricht der Fallzeit und hängt nur von Vy ab

Vx = v0 * cos(a)

Vy = v0 * sin(a) - gt

Sx = v0 * cos(a) * t

Luftreibung

Die Luftwiederstandskraft wirkt immer entgegen der Bewegungsrichtung des Körpers. Die Luftwiederstandskraft ist abhängig von der Schnelligkeit v, Form und Querschnittfläche A des Körpers und schliesslich der Luftdichte P_luft.

Zudem dem Luftwiederstandsbeiwert Cw (drag Koeffizient)

F_LR = 1/2 * A * Cw * P_luft * v^2

unity_kanonenschuss's People

Contributors

tobiasritscher avatar samuelstalder avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.