Rasterfarm-SDK
Loading...
Searching...
No Matches
aaboundingbox.h File Reference
#include "primitive2d.h"
#include "2d/segment.h"
#include "2d/circle.h"
#include "matrix.h"

Classes

class  AABoundingBox
 

Functions

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

Function Documentation

◆ getQuadrant()

uint getQuadrant ( const Vertex2f & 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 )