anyKode Marilou
ContentsIndexHome
PreviousUpNext
Geom::GetBoundingBox (float &, float &, float &)

Getting geometry's bounding box lengths.

C++
bool GetBoundingBox(float & Lenght, float & Height, float & Width);
Parameters 
Description 
float & Height 
[out] Reference to the height. 
float & Width 
[out] Reference to the width. 
Length 
[out] Reference to the length. 

true if the returned lengths are valid, false otherwise.

GetBoundingBox returns the geometry's bounding box lengths (m). The values axis is DirectX one.

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!