This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels