fastest 3D software for linux

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

Index

 E3dPointSet_GetBoundingBox
 E3dPointSet_GetTransformedBoundingBox

E3dPointSet_GetBoundingBox

Get the local bounding box of a PointSet

Syntax
EBool E3dPointSet_GetBoundingBox(const E3dPointSet* PPointSet, const uint32_t PWhatToInclude, E3dBBox* PBBox)

Argument
PPointSet Pointer to the PointSet PBBMin Returned bounding box point 0 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

E3dPointSet_GetTransformedBoundingBox

Get the local bounding box of a PointSet

Syntax
EBool E3dPointSet_GetTransformedBoundingBox(const E3dPointSet* PPointSet, const E3dMatrix PMatrix, const uint32_t PWhatToInclude, E3dBBox* PBBox)

Argument
PPointSet Pointer to the PointSet PBBMin Returned bounding box point 0 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-2024 By Gabor Nagy