|
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.CamerasAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax bool IsRightHandedCoordinateSystem { get; set; }
Property Value
BooleanSee Also