QuatValue (struct)

The QuatValue stores a Quat value and associated bitwise flags. Used by the ClipValues object.

QuatValue QuatValue QuatValue

Members

Quat value  
UInt32 flags  

Methods

  QuatValue ( in Quat value )
  QuatValue ( in Quat value, in UInt32 flags )
  QuatValue ( in QuatValue other )
  QuatValue ()
QuatValue clone ? ()

Methods in detail

QuatValue ( in Quat value )


QuatValue ( in Quat value, in UInt32 flags )


QuatValue ( in QuatValue other )

copy constructor


QuatValue ()

default constructor


QuatValue QuatValue.clone? ()

clone method