DX9ToolsR4 - Created by: X

Camera Methods

The methods of the Camera class are listed below. For a complete list of Camera class members, see the Camera Members topic.

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
Reset Resets the camera to it's default values.
SetLookAtOverloaded. Gets / Sets the point that the camera is looking at.
SetOrientationOverloaded. Sets the orientation for the camera.
SetPositionOverloaded. The camera class has four SetPosition method overloads.
ToString (inherited from Object)
UpdateProjection Builds a private matrix varible stored inside of the camera object, then sets the internal Direct3D.Device references projection transform to that private matrix varible.
UpdateView Builds a private matrix varible stored inside of the camera object, then sets the internal Direct3D.Device references view transform to that private matrix varible.
UpdateVP Use this method instead of calling the UpdateView and UpdateProjection methods separately.

Protected Instance Methods

Finalize Cleans up and disposes of the camera's internal varibles and references.
MemberwiseClone (inherited from Object)

See Also

Camera Class | CBX.Libs.DX9ToolsR4 Namespace