neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::math::aabb_2d Struct Reference

#include <numerical.hpp>

Public Types

typedef aabb_2d abstract_type
 

Public Member Functions

 aabb_2d ()
 
 aabb_2d (const vec2 &aMin, const vec2 &aMax)
 
 aabb_2d (const aabb &aAabb)
 

Public Attributes

vec2 min
 
vec2 max
 

Detailed Description

Definition at line 1790 of file numerical.hpp.

Member Typedef Documentation

◆ abstract_type

Constructor & Destructor Documentation

◆ aabb_2d() [1/3]

neolib::math::aabb_2d::aabb_2d ( )
inline

Definition at line 1796 of file numerical.hpp.

◆ aabb_2d() [2/3]

neolib::math::aabb_2d::aabb_2d ( const vec2 aMin,
const vec2 aMax 
)
inline

Definition at line 1797 of file numerical.hpp.

◆ aabb_2d() [3/3]

neolib::math::aabb_2d::aabb_2d ( const aabb aAabb)
inline

Definition at line 1798 of file numerical.hpp.

Member Data Documentation

◆ max

vec2 neolib::math::aabb_2d::max

Definition at line 1795 of file numerical.hpp.

◆ min

vec2 neolib::math::aabb_2d::min

Definition at line 1794 of file numerical.hpp.


The documentation for this struct was generated from the following file: