![]() |
Jypeli 4
The simple game programming library
|
Julkiset jäsenfunktiot | |
| void | SetToWorld (ref Matrix2x3 toWorld) |
| Matrices | Duplicate () |
| object | Clone () |
Julkiset attribuutit | |
| Matrix2x3 | ToWorld |
| The matrix that is multiplied against to transform a vertex from relative to the Body to the vertex relative to the World. | |
| Matrix2x3 | ToBody |
| The matrix that is multiplied against to transform a vertex from relative to the World to the vertex relative to the Body. | |
| Matrix2x2 | ToWorldNormal |
| The matrix that is multiplied against to transform a normal (unit vector) from relative to the Body to the normal relative to the World. | |
| Matrix2x2 | ToBodyNormal |
The matrix that is multiplied against to transform a vertex from relative to the World to the vertex relative to the Body.
The matrix that is multiplied against to transform a normal (unit vector) from relative to the World to the normal relative to the Body.
The matrix that is multiplied against to transform a vertex from relative to the Body to the vertex relative to the World.
The matrix that is multiplied against to transform a normal (unit vector) from relative to the Body to the normal relative to the World.
1.7.4