oa::Aabb

axis-aligned bounding box

Public Methods

oa::vlm::Vec3 oa::Aabb::center()
bool oa::Aabb::contains(const oa::vlm::Vec3 & inPoint)
oa::vlm::Vec3 oa::Aabb::extent()
oa::F32 oa::Aabb::volume()

Public Data Members

maxVec3field
minVec3field

Public Method Documentation

oa::vlm::Vec3 oa::Aabb::center()
No public source comment is attached to this declaration.

Returns

oa::vlm::Vec3

The declared return value.

bool oa::Aabb::contains( const oa::vlm::Vec3 & inPoint )
No public source comment is attached to this declaration.

Parameters

inPoint
const oa::vlm::Vec3 &

Returns

bool

The declared return value.

oa::vlm::Vec3 oa::Aabb::extent()
No public source comment is attached to this declaration.

Returns

oa::vlm::Vec3

The declared return value.

oa::F32 oa::Aabb::volume()
No public source comment is attached to this declaration.

Returns

oa::F32

The declared return value.