An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis 3 Programmer Reference
|
Container for a vertex. More...
Public Attributes | |
float | x |
Vertex x position. | |
float | y |
Vertex y position. | |
float | z |
Vertex z position. | |
float | a |
Extra float for aligning memory. | |
Container for a vertex.
Definition at line 178 of file EmbreeTargetShape.h.
float Isis::EmbreeTargetShape::Vertex::a |
Extra float for aligning memory.
Definition at line 182 of file EmbreeTargetShape.h.
float Isis::EmbreeTargetShape::Vertex::x |
Vertex x position.
Definition at line 179 of file EmbreeTargetShape.h.
Referenced by Isis::EmbreeTargetShape::getHitInformation(), and Isis::EmbreeTargetShape::initMesh().
float Isis::EmbreeTargetShape::Vertex::y |
Vertex y position.
Definition at line 180 of file EmbreeTargetShape.h.
Referenced by Isis::EmbreeTargetShape::getHitInformation(), and Isis::EmbreeTargetShape::initMesh().
float Isis::EmbreeTargetShape::Vertex::z |
Vertex z position.
Definition at line 181 of file EmbreeTargetShape.h.
Referenced by Isis::EmbreeTargetShape::getHitInformation(), and Isis::EmbreeTargetShape::initMesh().