PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::TAlignedBox2D< Real > Class Template Reference

#include <Primitive2D.h>

Collaboration diagram for dyno::TAlignedBox2D< Real >:

Public Types

typedef Vector< Real, 2 > Coord2D
 

Public Member Functions

DYN_FUNC TAlignedBox2D ()
 
DYN_FUNC TAlignedBox2D (const Coord2D &p0, const Coord2D &p1)
 
DYN_FUNC TAlignedBox2D (const TAlignedBox2D< Real > &box)
 

Public Attributes

Coord2D v0
 
Coord2D v1
 

Detailed Description

template<typename Real>
class dyno::TAlignedBox2D< Real >

Definition at line 251 of file Primitive2D.h.

Member Typedef Documentation

◆ Coord2D

template<typename Real>
typedef Vector<Real, 2> dyno::TAlignedBox2D< Real >::Coord2D

Definition at line 254 of file Primitive2D.h.

Constructor & Destructor Documentation

◆ TAlignedBox2D() [1/3]

template<typename Real>
DYN_FUNC dyno::TAlignedBox2D< Real >::TAlignedBox2D ( )

Definition at line 896 of file Primitive2D.inl.

Here is the caller graph for this function:

◆ TAlignedBox2D() [2/3]

template<typename Real>
DYN_FUNC dyno::TAlignedBox2D< Real >::TAlignedBox2D ( const Coord2D & p0,
const Coord2D & p1 )

Definition at line 903 of file Primitive2D.inl.

◆ TAlignedBox2D() [3/3]

template<typename Real>
DYN_FUNC dyno::TAlignedBox2D< Real >::TAlignedBox2D ( const TAlignedBox2D< Real > & box)

Definition at line 910 of file Primitive2D.inl.

Here is the call graph for this function:

Member Data Documentation

◆ v0

template<typename Real>
Coord2D dyno::TAlignedBox2D< Real >::v0

Definition at line 262 of file Primitive2D.h.

◆ v1

template<typename Real>
Coord2D dyno::TAlignedBox2D< Real >::v1

Definition at line 263 of file Primitive2D.h.


The documentation for this class was generated from the following files: