21 template <
int N,
typename Real>
53 template <
typename Real>
56 template <
typename Real>
60 template <
int N,
typename Real>
63 for (
int i = 0; i < N; ++i)
70 template <
int N,
typename Real>
74 for (
int i = 0; i < N; ++i)
81 template <
int N,
typename Real>
85 center = (
max +
min) * (Real)0.5;
86 extent = (
max -
min) * (Real)0.5;
89 template <
int N,
typename Real>
95 template <
int N,
typename Real>
101 template <
int N,
typename Real>
117 template <
int N,
typename Real>
123 template <
int N,
typename Real>
129 template <
int N,
typename Real>
void GetCenteredForm(Vector< N, Real > ¢er, Vector< N, Real > &extent) const
bool operator!=(AlignedBox const &box) const
bool operator>(AlignedBox const &box) const
bool operator<=(AlignedBox const &box) const
bool operator==(AlignedBox const &box) const
bool operator>=(AlignedBox const &box) const
bool operator<(AlignedBox const &box) const