DX9ToolsR4 - Created by: X

SetVector Enumeration

Used by cirtian camera methods to determin what parts of a vector to get/set.

[Visual Basic]
Public Enum SetVector
[C#]
public enum SetVector

Remarks

The 'SetVector' enum is used by the SetPosition, SetLookAt, and SetOrientation methods of the Camera class.

Members

Member NameDescription
X Refers to the 'X' co-ordanant of a vector structure.
Y Refers to the 'Y' co-ordanant of a vector structure.
Z Refers to the 'Z' co-ordanant of a vector structure.

Requirements

Namespace: CBX.Libs.DX9ToolsR4

Assembly: DX9ToolsR4 (in DX9ToolsR4.dll)

See Also

CBX.Libs.DX9ToolsR4 Namespace