|
override void | Dispose () |
|
| MatrixKit (HPS.MatrixKit in_kit) |
|
| MatrixKit (float[] in_matrix_source) |
|
| MatrixKit (HPS.Quaternion in_quaternion) |
|
override HPS.Type | ObjectType () |
|
void | Set (HPS.MatrixKit in_kit) |
|
void | Show (out HPS.MatrixKit out_kit) |
|
override bool | Empty () |
|
override bool | Equals (System.Object obj) |
|
override int | GetHashCode () |
|
bool | Equals (HPS.MatrixKit in_kit) |
|
HPS.MatrixKit | SetElement (ulong in_row, ulong in_column, float in_value) |
|
HPS.MatrixKit | SetElement (ulong in_ordinal_zero_to_fifteen, float in_value) |
|
HPS.MatrixKit | SetElements (float[] in_values) |
|
HPS.MatrixKit | UnsetEverything () |
|
bool | ShowElement (ulong in_row, ulong in_column, out float out_value) |
|
bool | ShowElement (ulong in_ordinal_zero_to_fifteen, out float out_value) |
|
bool | ShowElements (out float[] out_matrix) |
|
bool | ShowDeterminant (out float out_determinant) |
|
bool | ShowInverse (out HPS.MatrixKit out_matrix) |
|
bool | ShowAdjoint (out HPS.MatrixKit out_matrix) |
|
HPS.MatrixKit | Rotate (float in_x, float in_y, float in_z) |
|
HPS.MatrixKit | RotateOffAxis (HPS.Vector in_vector, float in_theta) |
|
HPS.MatrixKit | Translate (float in_x, float in_y, float in_z) |
|
HPS.MatrixKit | Scale (float in_x, float in_y, float in_z) |
|
HPS.MatrixKit | Concatenate (HPS.MatrixKit in_kit) |
|
HPS.MatrixKit | Normalize () |
|
HPS.MatrixKit | Invert () |
|
HPS.MatrixKit | Adjoint () |
|
HPS.MatrixKit | Multiply (HPS.MatrixKit in_right) |
|
HPS.MatrixKit | Multiply (float in_scalar) |
|
HPS.MatrixKit | MultiplyAndAssign (HPS.MatrixKit in_right) |
|
HPS.MatrixKit | MultiplyAndAssign (float in_scalar) |
|
HPS.Point | Transform (HPS.Point in_source) |
|
HPS.Point[] | Transform (HPS.Point[] in_source) |
|
HPS.Vector | Transform (HPS.Vector in_source) |
|
HPS.Vector[] | Transform (HPS.Vector[] in_source) |
|
HPS.Plane | Transform (HPS.Plane in_source) |
|
HPS.Plane[] | Transform (HPS.Plane[] in_source) |
|
HPS.SimpleCuboid | Transform (HPS.SimpleCuboid in_source) |
|
HPS.SimpleSphere | Transform (HPS.SimpleSphere in_source) |
|
IntPtr | GetClassID () |
|
| Object (HPS.Object in_that) |
|
HPS.Type | Type () |
|
virtual void | Reset () |
|
bool | HasType (HPS.Type in_mask) |
|
IntPtr | GetInstanceID () |
|