project( point )

instance function

Project a world space point into screen space. The returned point will be in the range of 0, 0 to 1600, 1200.

Arguments

Name Type Description
point Vector The world space point to project into screen space

Returns

Type Description
Vector The new screen space point