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