Isis 3 Programmer Reference
Isis::EmbreeTargetShape::Vertex Struct Reference

Container for a vertex. More...

Collaboration diagram for Isis::EmbreeTargetShape::Vertex:
Collaboration graph

Public Attributes

float x
 Vertex x position. More...
 
float y
 Vertex y position. More...
 
float z
 Vertex z position. More...
 
float a
 Extra float for aligning memory. More...
 

Detailed Description

Container for a vertex.

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

Definition at line 194 of file EmbreeTargetShape.h.

Member Data Documentation

◆ a

float Isis::EmbreeTargetShape::Vertex::a

Extra float for aligning memory.

Definition at line 198 of file EmbreeTargetShape.h.

◆ x

float Isis::EmbreeTargetShape::Vertex::x

Vertex x position.

Definition at line 195 of file EmbreeTargetShape.h.

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

◆ y

float Isis::EmbreeTargetShape::Vertex::y

Vertex y position.

Definition at line 196 of file EmbreeTargetShape.h.

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

◆ z

float Isis::EmbreeTargetShape::Vertex::z

Vertex z position.

Definition at line 197 of file EmbreeTargetShape.h.

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


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