Click or drag to resize
AB4D logo

ILeftRightHandedCoordinateSystemIsRightHandedCoordinateSystem Property

When true than right handed coordinate system is used (as in WPF 3D, XNA and OpenGL), if false than left handed coordinate system are used (as in DirectX).

Namespace: Ab3d.DirectX.Cameras
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
bool IsRightHandedCoordinateSystem { get; set; }

Property Value

Boolean
See Also