Skip to content

Class muda::spatial_hash::AABB

ClassList > muda > spatial_hash > AABB

Public Attributes

Type Name
Vector3 max
Vector3 min

Public Functions

Type Name
MUDA_GENERIC AABB (const Vector3 & min, const Vector3 & max)
MUDA_GENERIC AABB (const AABB & l, const AABB & r)
MUDA_GENERIC Vector3 center () const
MUDA_GENERIC float radius () const

Public Attributes Documentation

variable max

Vector3 muda::spatial_hash::AABB::max;

variable min

Vector3 muda::spatial_hash::AABB::min;

Public Functions Documentation

function AABB [1/2]

inline MUDA_GENERIC muda::spatial_hash::AABB::AABB (
    const Vector3 & min,
    const Vector3 & max
) 

function AABB [2/2]

inline MUDA_GENERIC muda::spatial_hash::AABB::AABB (
    const AABB & l,
    const AABB & r
) 

function center

inline MUDA_GENERIC Vector3 muda::spatial_hash::AABB::center () const

function radius

inline MUDA_GENERIC float muda::spatial_hash::AABB::radius () const


The documentation for this class was generated from the following file src/muda/ext/geo/spatial_hash/bounding_volume.h