shape_doc 0.1
aabb< C, N > Struct Template Reference

#include <ssi_base_aabb.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<class C, unsigned N>
struct mmx::aabb< C, N >

Definition at line 10 of file ssi_base_aabb.hpp.


Member Function Documentation

Interval<C>& operator[] ( int  i) [inline]

Definition at line 13 of file ssi_base_aabb.hpp.

{ return data[i]; };
const Interval<C>& operator[] ( int  i) const [inline]

Definition at line 14 of file ssi_base_aabb.hpp.

{ return data[i]; };

Member Data Documentation

fxv< Interval<C>, N > data

Definition at line 12 of file ssi_base_aabb.hpp.

Referenced by aabb< double, 3 >::operator[]().


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