This structure defines min and max coordinates of views and entities.
Declaration:
Copy Code |
|
|---|---|
typedef struct tag_IGVectMinMax { float m_xmin; float m_xmax; float m_ymin; float m_ymax; float m_zmin; float m_zmax; } IGVectMinMax; |
|
Members:
| m_xmin | x min coordinate. |
| m_xmax | x max coordinate. |
| m_ymin | y min coordinate. |
| m_ymax | y max coordinate. |
| m_zmin | z min coordinate. |
| m_zmax | z max coordinate. |
