RenderPointOfView Structure |
Namespace: Lumiscaphe.Workshop.Interop
The RenderPointOfView type exposes the following members.
Name | Description | |
---|---|---|
RenderPointOfView(Basis3, Single) |
Initializes a new instance of the RenderPointOfView structure with a basis and a distance from the basis origin use to compute the target position.
| |
RenderPointOfView(Vector3, Vector3, Vector3) |
Initializes a new instance of the RenderPointOfView structure with the target - eye - up vectors.
|
Name | Description | |
---|---|---|
Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
Equals(RenderPointOfView) |
Tells if the two point of view are equals.
| |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitCubeFace |
Initializes a point of view for a cube rendering.
| |
InitHead |
Initializes a point of view using the head coordinate system.
| |
InitSpherical |
Initializes a point of view using spherical coordinates system.
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Equality |
Equal operator between the two point of views.
| |
(RenderPointOfView to Basis3) |
Initialize a Basis3 from a point of view.
| |
Inequality |
Difference operator between the two point of views.
|
Name | Description | |
---|---|---|
Default |
The default point of view.
| |
Eye |
The eye position.
| |
Target |
The target position.
| |
Up |
The Up vector.
| |
Zero |
The zero point of view
|