GenericQuat_dValue (object)

The GenericQuat_dValue is a typed implementation of the GenericValue using a Quat_d.

GenericQuat_dValue GenericQuat_dValue GenericQuat_dValue GenericValue GenericValue GenericQuat_dValue->GenericValue

Methods

  GenericQuat_dValue ( in GenericQuat_dValue other )
  GenericQuat_dValue ( in Quat_d value )
  GenericQuat_dValue ()
GenericQuat_dValue clone ? ()
Boolean equals ? ( in Ref<GenericValue> other )
Quat_d get ? ()
Type getValueType ? ()
UInt32 hash_ ? ()
Boolean isArray ? ()
  set ! ( in Quat_d value )

Methods in detail

GenericQuat_dValue ( in GenericQuat_dValue other )

copy constructor


GenericQuat_dValue ( in Quat_d value )


GenericQuat_dValue ()

default constructor


GenericQuat_dValue GenericQuat_dValue.clone? ()

clone method


Boolean GenericQuat_dValue.equals? ( in Ref<GenericValue> other )

return true if this value matches another one


Quat_d GenericQuat_dValue.get? ()

returns the contained value


Type GenericQuat_dValue.getValueType? ()

returns the type of the value


UInt32 GenericQuat_dValue.hash_? ()

returns a hash value for this


Boolean GenericQuat_dValue.isArray? ()

returns true if this value contains an array


GenericQuat_dValue.set! ( in Quat_d value )

sets the contained value