The XViewportMouseControllerState type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XViewportMouseControllerState |
Creates new XViewportMouseControllerState instance.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds the relative values of the s2 to the state s1.
| |
| AddRelative |
Adds the relative values from state2 to this state.
| |
| CreateDgr |
Creates the mouse controller state from the parameters given in degrees.
| |
| Equals | Overloaded. | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| GetHashCode |
Gets the hash code for this instance.
(Overrides ValueType..::.GetHashCode()()().) | |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| Subtract |
Subtracts the relative values of the s2 from the state s1.
| |
| ToString | Returns the fully qualified type name of this instance. |
Operators
| Name | Description | |
|---|---|---|
| Addition |
Adds the relative values of the s2 to the state s1.
| |
| Equality |
Tests whether the instance a and the instance b are equal.
| |
| Inequality |
Tests whether the instance a and the instance b are not equal.
| |
| Subtraction |
Subtracts the relative values of the s2 from the state s1.
|
Properties
| Name | Description | |
|---|---|---|
| Center |
Gets or sets the center midpoint.
| |
| Distance |
Gets or sets the controller distance from the center midpoint.
| |
| PitchAngle |
Gets or sets the pitch (vertical divergence) in radians.
| |
| YawAngle |
Gets or sets the yaw (horizontal divergence) in radians.
| |
| YawAngleDgr |
Gets or sets the pitch (vertical divergence) in degrees.
|