Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Geo::BboxFace

A single face of a bounding box.

Variables

NameDescription
v128 normal

The normal of the face.

v128 v[4]

The four corners of the face.

Functions

NameDescription
CalculateNormal()

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


Anchor
a10a3c74af5fc6f53dcfb44189903ed70
a10a3c74af5fc6f53dcfb44189903ed70

void Geo::BboxFace::CalculateNormal

...

public: void CalculateNormal()

...

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