Blender V2.61 - r43446
Public Attributes

InheritableProjections Struct Reference

#include <Projections.h>

List of all members.

Public Attributes

LONG trigProj [13][2]
 Projections of triangle.
LONG trigVertProj [13][3]
 Projections of triangle vertices on primary axes.
LONG trigEdgeProj [13][3][2]
 Projections of triangle edges.
double norm [3]
 Normal of the triangle.
double normA
double normB
int index
 End points along each axis.

Detailed Description

Structure for the projections inheritable from parent

Definition at line 56 of file Projections.h.


Member Data Documentation

End points along each axis.

Error range on each axis LONG errorProj[13]; Index of polygon

Definition at line 79 of file Projections.h.

Referenced by Projections::Projections().

Normal of the triangle.

Definition at line 68 of file Projections.h.

Referenced by Projections::Projections().

Definition at line 69 of file Projections.h.

Definition at line 69 of file Projections.h.

Projections of triangle edges.

Definition at line 65 of file Projections.h.

Referenced by Projections::getIntersectionMasks(), and Projections::Projections().

Projections of triangle vertices on primary axes.

Definition at line 62 of file Projections.h.

Referenced by Projections::getChildrenMasks(), Projections::isIntersecting(), and Projections::Projections().


The documentation for this struct was generated from the following file: