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