Click or drag to resize
Ab4d.SharpEngine logo

CameraGetCameraPlaneOrientation Method

GetCameraPlaneOrientation gets plane's normal, width and height vectors that can be used to orient the plane 3D model so that it is aligned with the camera view.

Namespace: Ab4d.SharpEngine.Cameras
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public void GetCameraPlaneOrientation(
	out Vector3? planeNormalVector,
	out Vector3? widthVector,
	out Vector3? heightVector
)

Parameters

planeNormalVector  Vector3
out Vector3 that specifies the plane's normal vector
widthVector  Vector3
out Vector3 that specifies the plane's width direction
heightVector  Vector3
out Vector3 that specifies the plane's height direction (same as camera's up vector)

Implements

ICameraGetCameraPlaneOrientation(Vector3, Vector3, Vector3)
See Also