C4 Engine Terathon Software C4 Engine API Documentation

• Math Library

API Links
Developer Links

Vector3D::GetPoint2D

Defined in:  C4Vector3D.h
Returns a reference to a Point2D object.
Prototype

Point2D& GetPoint2D(void);

const Point2D& GetPoint2D(voidconst;

Description
The GetPoint2D function returns a reference to a Point2D object that refers to the same data contained in the x and y coordinates of a Vector3D object.