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
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.
 
float y
 Vertex y position.
 
float z
 Vertex z position.
 
float a
 Extra float for aligning memory.
 

Detailed Description

Container for a vertex.

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

Definition at line 178 of file EmbreeTargetShape.h.

Member Data Documentation

◆ a

float Isis::EmbreeTargetShape::Vertex::a

Extra float for aligning memory.

Definition at line 182 of file EmbreeTargetShape.h.

◆ x

float Isis::EmbreeTargetShape::Vertex::x

◆ y

float Isis::EmbreeTargetShape::Vertex::y

◆ z

float Isis::EmbreeTargetShape::Vertex::z

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