C4 Engine Terathon Software C4 Engine API Documentation

• Math Library

API Links
Developer Links

Vector4D::GetPoint3D

Defined in:  C4Vector4D.h
Returns a reference to a Point3D object.
Prototype

Point3D& GetPoint3D(void);

const Point3D& GetPoint3D(voidconst;

Description
The GetPoint3D function returns a reference to a Point3D object that refers to the same data contained in the x, y, and z coordinates of a Vector4D object.