Blender V4.3
TriangleProjection Struct Reference

#include <Projections.h>

Public Attributes

int64_t tri_proj [NUM_AXES][2]
 Projections of triangle (min and max)
double norm [3]
 Normal of the triangle.
int index
 Index of polygon.

Detailed Description

Structure for the projections inheritable from parent

Definition at line 49 of file Projections.h.

Member Data Documentation

◆ index

int TriangleProjection::index

Index of polygon.

Definition at line 57 of file Projections.h.

◆ norm

double TriangleProjection::norm[3]

Normal of the triangle.

Definition at line 54 of file Projections.h.

◆ tri_proj

int64_t TriangleProjection::tri_proj[NUM_AXES][2]

Projections of triangle (min and max)

Definition at line 51 of file Projections.h.


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