This is the documentation for Enlighten.

struct Geo BboxFace

struct Geo::BboxFace

A single face of a bounding box.

Variables

Name Description
v128 normal

The normal of the face.

v128 v[4]

The four corners of the face.

Functions

Name Description
CalculateNormal()

Fills in the 'normal' field by calculation from the four corners.


void Geo::BboxFace::CalculateNormal


public: void CalculateNormal()


Fills in the 'normal' field by calculation from the four corners.