Jypeli 4
The simple game programming library
|
This is a Proxy. That keeps 2 bodies velocities synchronized. Lisää...
Ominaisuudet | |
Body | Body1 [get] |
This is the other body to be Synchronized with. | |
Body | Body2 [get] |
This is the other body to be Synchronized with. | |
Matrix2x2 | Transformation [get] |
This is how the Velocity will be transformed when syncronized. | |
BodyProxy | InvertedTwin [get] |
This is the inverted twin of this velocity. It's matrix will be invert of this one's. And its body will be the body that contains this. |
This is a Proxy. That keeps 2 bodies velocities synchronized.
Body Body1 [get] |
This is the other body to be Synchronized with.
Body Body2 [get] |
This is the other body to be Synchronized with.
BodyProxy InvertedTwin [get] |
This is the inverted twin of this velocity. It's matrix will be invert of this one's. And its body will be the body that contains this.
Matrix2x2 Transformation [get] |
This is how the Velocity will be transformed when syncronized.