![]() QuaternionFromBallPoints | Computes a quaternion from ball points |
ArcBall Constructor
|
Create new instance of the arcball class |
CurrentQuaternion | Gets or sets the current quaternion |
IsBeingDragged | Gets the dragging state |
RotationMatrix | Gets the rotation matrix |
TranslationDeltaMatrix | Gets the translation delta matrix |
TranslationMatrix | Gets the translation matrix |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
HandleMessages | Handle messages from the window |
OnBegin | Begin the arcball 'dragging' |
OnEnd | Done dragging the arcball |
OnMove | The arcball is 'moving' |
Reset | Resets the arcball |
ScreenToVector | Convert a screen point to a vector |
SetWindow | Overloaded. Set window paramters |
ToString (inherited from Object) | Returns a String that represents the current Object. |
center | |
currentPt | |
downPt | |
downQuat | |
height | |
isDragging | |
lastMousePosition | |
nowQuat | |
radius | |
radiusTranslation | |
rotation | |
translation | |
translationDelta | |
width |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ArcBall Class | Microsoft.Samples.DirectX.UtilityToolkit Namespace