fastest 3D software for linux

Linux 3D
interactive ray-tracing
[1 introduction] [2 overview] [3 reference] [4 GUI]

Index

 E3dPointSet_GetBoundingBox


E3dPointSet_GetBoundingBox

Get the local bounding box of a PointSet

Syntax
EBool E3dPointSet_GetBoundingBox(const E3dPointSet* PPointSet, const unsigned int PWhatToInclude, E3dCoord3* PBBMin, E3dCoord3* PBBMax)

Argument
const E3dPointSet* PPointSet Pointer to the PointSet E3dCoord3* PBBMin Returned bounding box point 0 E3dCoord3* PBBMax Returned bounding box point 1
Description
This function returns the minimum and maximum XYZ values of the bounding box of the given PointSet.

Return value
TRUE if successful, FALSE in case of an error.

See also
E3d_PointSetGetTransformedBoundingBox
© 1996-2022 By Gabor Nagy