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