Creates new XViewportMouseControllerState instance.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XViewportMouseControllerState(
	Vector3 center,
	float distance,
	float yawAngle,
	float pitchAngle
)

Parameters

center
Type: Vector3
Center midpoint.
distance
Type: System..::.Single
Controller distance from the center midpoint.
yawAngle
Type: System..::.Single
Yaw (horizontal divergence) in radians.
pitchAngle
Type: System..::.Single
Pitch (vertical divergence) in radians.

See Also