MeshLib
 
Loading...
Searching...
No Matches
MRBox.h File Reference
#include "MRMeshFwd.h"
#include "MRVector3.h"

Go to the source code of this file.

Classes

struct  MRBox3f
 

Typedefs

typedef MR_EXTERN_C_BEGIN struct MRBox3f MRBox3f
 

Functions

MRMESHC_API MRBox3f mrBox3fNew (void)
 creates invalid box by default
 
MRMESHC_API bool mrBox3fValid (const MRBox3f *box)
 true if the box contains at least one point
 
MRMESHC_API MRVector3f mrBox3fSize (const MRBox3f *box)
 computes size of the box in all dimensions
 
MRMESHC_API float mrBox3fDiagonal (const MRBox3f *box)
 computes length from min to max
 
MRMESHC_API float mrBox3fVolume (const MRBox3f *box)
 computes the volume of this box
 

Typedef Documentation

◆ MRBox3f

typedef MR_EXTERN_C_BEGIN struct MRBox3f MRBox3f

Function Documentation

◆ mrBox3fDiagonal()

MRMESHC_API float mrBox3fDiagonal ( const MRBox3f * box)

computes length from min to max

◆ mrBox3fNew()

MRMESHC_API MRBox3f mrBox3fNew ( void )

creates invalid box by default

◆ mrBox3fSize()

MRMESHC_API MRVector3f mrBox3fSize ( const MRBox3f * box)

computes size of the box in all dimensions

◆ mrBox3fValid()

MRMESHC_API bool mrBox3fValid ( const MRBox3f * box)

true if the box contains at least one point

◆ mrBox3fVolume()

MRMESHC_API float mrBox3fVolume ( const MRBox3f * box)

computes the volume of this box