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