LayOut C API
|
Represents a 3D axis-aligned bounding box represented by the extreme diagonal corner points with minimum and maximum x,y,z coordinates. More...
#include <geometry.h>
Data Fields | |
struct SUPoint3D | min_point |
struct SUPoint3D | max_point |
Related Functions | |
(Note that these are not member functions.) | |
SU_RESULT | SUBoundingBox3DGetMidPoint (const struct SUBoundingBox3D *bounding_box, struct SUPoint3D *mid_point) |
Gets the mid point from the given bounding box. More... | |
Represents a 3D axis-aligned bounding box represented by the extreme diagonal corner points with minimum and maximum x,y,z coordinates.
|
related |
Gets the mid point from the given bounding box.
[in] | bounding_box | The bounding box to calculate the mid point from. |
[out] | mid_point | The mid point to be returned. |
struct SUPoint3D SUBoundingBox3D::max_point |
A 3D point where x, y and z are maximum values in the bounding box
struct SUPoint3D SUBoundingBox3D::min_point |
A 3D point where x, y and z are minimum values in the bounding box