Isis 3 Programmer Reference
Isis::EmbreeTargetShape::Triangle Struct Reference

Container for a tin, or triangular polygon. More...

Collaboration diagram for Isis::EmbreeTargetShape::Triangle:
Collaboration graph

Public Attributes

int v0
 The index of the first vertex in the tin.
 
int v1
 The index of the second vertex in the tin.
 
int v2
 The index of the third vertex in the tin.
 

Detailed Description

Container for a tin, or triangular polygon.

The vertices are expected to be ordered counter-clockwise about the surface normal.

Author
2017-03-27 Ian Humphrey
History
2017-03-27 Ian Humphrey - Original Version

Definition at line 193 of file EmbreeTargetShape.h.

Member Data Documentation

◆ v0

int Isis::EmbreeTargetShape::Triangle::v0

The index of the first vertex in the tin.

Definition at line 194 of file EmbreeTargetShape.h.

Referenced by Isis::EmbreeTargetShape::initMesh().

◆ v1

int Isis::EmbreeTargetShape::Triangle::v1

The index of the second vertex in the tin.

Definition at line 195 of file EmbreeTargetShape.h.

◆ v2

int Isis::EmbreeTargetShape::Triangle::v2

The index of the third vertex in the tin.

Definition at line 196 of file EmbreeTargetShape.h.


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