Click or drag to resize
AB4D logo

WpfCamera Methods

The WpfCamera type exposes the following members.

Methods
 NameDescription
Public methodGetCameraLookDirection Returns the camera look direction.
Public methodGetCameraPosition Returns the current position of the camera.
(Overrides BaseCameraGetCameraPosition)
Public methodStatic memberGetProjectionMatrix GetProjectionMatrix returns projection Matrix for the specified camera's properties
Public methodStatic memberGetViewMatrix GetViewMatrix sets viewMatrix and cameraPosition from the WPF's camera and isUsingRightHandedCoordinateSystem
Public methodUpdate Update method updates the camera matrices when needed (when there were any change in the camera properties) or when forceMatrixUpdate is set to true.
(Overrides BaseCameraUpdate(Boolean))
Top
See Also