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