Rasterfarm-SDK
Loading...
Searching...
No Matches
aaboundingbox.h File Reference
#include "primitive3d.h"
#include "2d/aaboundingbox.h"
#include "3d/segment.h"

Classes

class  AABoundingBox
 

Functions

AABoundingBox operator+ (const AABoundingBox &left, const AABoundingBox &right)
 
uint getOctant (const Vertex3f &vertex, const AABoundingBox &box)
 
template<uint LENGTH>
AABoundingBox operator* (const Matrix< float, LENGTH, LENGTH > &mat, const AABoundingBox &box)
 

Function Documentation

◆ getOctant()

uint getOctant ( const Vertex3f & vertex,
const AABoundingBox & box )

◆ operator*()

template<uint LENGTH>
AABoundingBox operator* ( const Matrix< float, LENGTH, LENGTH > & mat,
const AABoundingBox & box )

◆ operator+()

AABoundingBox operator+ ( const AABoundingBox & left,
const AABoundingBox & right )