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