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

#include <Primitive2D.h>

Collaboration diagram for dyno::TCircle2D< Real >:

Public Types

typedef Vector< Real, 2 > Coord2D
 

Public Member Functions

DYN_FUNC TCircle2D ()
 
DYN_FUNC TCircle2D (const Coord2D &c, const Real &r)
 
DYN_FUNC TCircle2D (const TCircle2D< Real > &circle)
 

Public Attributes

Coord2D center
 
Real radius
 
Real theta
 

Detailed Description

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

Definition at line 235 of file Primitive2D.h.

Member Typedef Documentation

◆ Coord2D

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

Definition at line 238 of file Primitive2D.h.

Constructor & Destructor Documentation

◆ TCircle2D() [1/3]

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

Definition at line 872 of file Primitive2D.inl.

Here is the caller graph for this function:

◆ TCircle2D() [2/3]

template<typename Real>
DYN_FUNC dyno::TCircle2D< Real >::TCircle2D ( const Coord2D & c,
const Real & r )

Definition at line 880 of file Primitive2D.inl.

◆ TCircle2D() [3/3]

template<typename Real>
DYN_FUNC dyno::TCircle2D< Real >::TCircle2D ( const TCircle2D< Real > & circle)

Definition at line 888 of file Primitive2D.inl.

Here is the call graph for this function:

Member Data Documentation

◆ center

template<typename Real>
Coord2D dyno::TCircle2D< Real >::center

Definition at line 245 of file Primitive2D.h.

◆ radius

template<typename Real>
Real dyno::TCircle2D< Real >::radius

Definition at line 246 of file Primitive2D.h.

◆ theta

template<typename Real>
Real dyno::TCircle2D< Real >::theta

Definition at line 247 of file Primitive2D.h.


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