Public Member Functions | Protected Member Functions | List of all members
HPS.TextureMatrixControl Class Reference
Inheritance diagram for HPS.TextureMatrixControl:
HPS.Control HPS.Object

Public Member Functions

override void Dispose ()
 
 TextureMatrixControl (HPS.SegmentKey in_seg)
 
 TextureMatrixControl (HPS.TextureMatrixControl in_that)
 
override HPS.Type ObjectType ()
 
HPS.TextureMatrixControl SetElement (ulong in_row, ulong in_column, float in_value)
 
HPS.TextureMatrixControl SetElement (ulong in_ordinal_zero_to_fifteen, float in_value)
 
HPS.TextureMatrixControl SetElements (float[] in_values)
 
HPS.TextureMatrixControl 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.TextureMatrixControl Rotate (float in_x, float in_y, float in_z)
 
HPS.TextureMatrixControl RotateOffAxis (HPS.Vector in_vector, float in_theta)
 
HPS.TextureMatrixControl Translate (float in_x, float in_y, float in_z)
 
HPS.TextureMatrixControl Scale (float in_x, float in_y, float in_z)
 
HPS.TextureMatrixControl Concatenate (HPS.MatrixKit in_kit)
 
HPS.TextureMatrixControl Normalize ()
 
HPS.TextureMatrixControl Invert ()
 
HPS.TextureMatrixControl Adjoint ()
 
- Public Member Functions inherited from HPS.Control
 Control (HPS.Control in_that)
 
- Public Member Functions inherited from HPS.Object
IntPtr GetClassID ()
 
 Object (HPS.Object in_that)
 
HPS.Type Type ()
 
virtual bool Empty ()
 
virtual void Reset ()
 
bool HasType (HPS.Type in_mask)
 
IntPtr GetInstanceID ()
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 
- Protected Attributes inherited from HPS.Object
HandleRef cptr
 
HandleRef scptr
 
bool cMemOwn
 

The documentation for this class was generated from the following file: