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