GenericMat44Value (object)¶
The GenericMat44Value is a typed implementation of the GenericValue using a Mat44.
Methods¶
GenericMat44Value ( in GenericMat44Value other ) | |
GenericMat44Value ( in Mat44 value ) | |
GenericMat44Value () | |
GenericMat44Value | clone ? () |
Boolean | equals ? ( in Ref<GenericValue> other ) |
Mat44 | get ? () |
Type | getValueType ? () |
UInt32 | hash_ ? () |
Boolean | isArray ? () |
set ! ( in Mat44 value ) |
Methods in detail¶
GenericMat44Value ( in GenericMat44Value other )
copy constructor
GenericMat44Value ( in Mat44 value )
default constructor
GenericMat44Value GenericMat44Value.clone? ()
clone method
Boolean GenericMat44Value.equals? ( in Ref<GenericValue> other )
return true if this value matches another one
Mat44 GenericMat44Value.get? ()
returns the contained value
Type GenericMat44Value.getValueType? ()
returns the type of the value
UInt32 GenericMat44Value.hash_? ()
returns a hash value for this
Boolean GenericMat44Value.isArray? ()
returns true if this value contains an array
GenericMat44Value.set! ( in Mat44 value )
sets the contained value