Click or drag to resize
SbTrackerInfo Methods

The SbTrackerInfo type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetOrientation Obsolete.
This method is marked obsolete. Use Orientation property instead.
Public methodGetOrientation(SbVec3f, Single)
Get orientation of tracker.
Public methodGetPosition3 Obsolete.
This method is marked obsolete. Use Position3 property instead.
Public methodGetRay
Convenience function to get ray for picking/intersecting.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetOrientation(Single)
Set orientation value from array of 4 floats defining the rotation quaternion.
Public methodSetOrientation(SbRotation) Obsolete.
This method is marked obsolete. Use Orientation property instead.
Public methodSetOrientation(SbVec3f, Single)
Set orientation value from axis and angle in radians.
Public methodSetOrientation(SbVec3f, Single)
Set orientation value from axis and angle in radians.
Public methodSetOrientation(Single, Single, Single)
Set orientation value from Euler angles in radians (using the trackd™ convention Z*X*Y).
Public methodSetOrientation(Single, Single, Single, Single)
Set orientation value from 4 floats defining the rotation quaternion.
Public methodSetPosition3 Obsolete.
This method is marked obsolete. Use Position3 property instead.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also