FirstPersonCamera Methods

Microsoft Robotics Class Reference

The FirstPersonCamera type exposes the following members.

Methods

  Name Description
Protected method ConstrainToBoundary
Clamps V to lie inside boundaries
(Inherited from Camera.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Reset
Reset the camera's position back to the default
(Inherited from Camera.)
Public method SetProjectionParameters
Calculates the projection matrix based on input params
(Inherited from Camera.)
Public method SetViewParameters(Pose)
Client can call this to change the position and direction of camera using the pose
(Inherited from Camera.)
Public method SetViewParameters(Vector3, Vector3)
Client can call this to change the position and direction of camera
(Inherited from Camera.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public method Update
Update the view matrix based on user input and elapsed time
(Overrides Camera. . :: . .Update(Double, Boolean).)
Public method UpdateInput
Processes input device state
(Inherited from Camera.)
Protected method UpdateVelocity
Figure out the velocity based on keyboard input and drag if any
(Inherited from Camera.)

See Also

FirstPersonCamera Class

Microsoft.Robotics.Simulation.Engine Namespace