Converts the 3D world coordinates to view coordinates at which the world is projected.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public Point Convert3DTo2D(
	Vector3 vector
)

Parameters

vector
Type: Vector3
Vector Vector3 in the 3D world.

Return Value

Returns the view coordinates.

See Also