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