Click or drag to resize
AB4D logo

DXScenePoint3DTo2D Method

Points3DTo2D calculates 2D screen positions from the specified 3D position.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.2.9484.2048 (1.0.0.0)
Syntax
C#
public Vector2 Point3DTo2D(
	Vector3 point3D
)

Parameters

point3D  Vector3
Original Vector3

Return Value

Vector2
Vector2 in the screen coordinates
See Also