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