 |
DXScenePoint3DTo2D Method |
Points3DTo2D calculates 2D screen positions from the specified 3D position.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.2.9484.2048 (1.0.0.0)
Syntaxpublic Vector2 Point3DTo2D(
Vector3 point3D
)
Parameters
- point3D Vector3
- Original Vector3
Return Value
Vector2Vector2 in the screen coordinates
See Also