CameraOrthoProjectToScreen(FPoint3) Method

Project the provided 3D point to a 2D version that can be displayed on the caller's display.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public FPoint ProjectToScreen(
	FPoint3 subject
)

Parameters

subject  FPoint3
Reference to the point, in World coordinates, to be projected to 2D.

Return Value

FPoint
Reference to a two dimensional point compatible with display on the caller's screen, if valid. Otherwise, null.

See Also