Empeld
Empeld plugin documentation.
|
Static Public Member Functions | |
static Matrix4 | CreateRotationAroundPointX (float radians, Vector3 pt) |
static Matrix4 | CreateRotationAroundUnitCenterX (float radians) |
static Matrix4 | CreateRotationAroundPointY (float radians, Vector3 pt) |
static Matrix4 | CreateRotationAroundUnitCenterY (float radians) |
static Matrix4 | CreateRotationScaleAroundPointZ (Vector3 scale, float radians, Vector3 pt) |
static Matrix4 | CreateRotationAroundPointZ (float radians, Vector3 pt) |
static Matrix4 | CreateRotationAroundUnitCenterZ (float radians) |
static unsafe void | DownCast (ref Matrix4d matrix, out Matrix4 outMatrix) |
Fast downcast of double-matrix using pointers More... | |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Fast downcast of double-matrix using pointers
matrix | Matrix. |
outMatrix | Out matrix. |
Attribute: 0] = (float)iPtr[0
;
Attribute: 1] = (float)iPtr[1
;
Attribute: 2] = (float)iPtr[2
;
Attribute: 3] = (float)iPtr[3
;
Attribute: 4] = (float)iPtr[4
;
Attribute: 5] = (float)iPtr[5
;
Attribute: 6] = (float)iPtr[6
;
Attribute: 7] = (float)iPtr[7
;
Attribute: 8] = (float)iPtr[8
;
Attribute: 9] = (float)iPtr[9
;
Attribute: 10] = (float)iPtr[10
;
Attribute: 11] = (float)iPtr[11
;
Attribute: 12] = (float)iPtr[12
;
Attribute: 13] = (float)iPtr[13
;
Attribute: 14] = (float)iPtr[14
;
Attribute: 15] = (float)iPtr[15
;