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