sch::s_STP_Circle Struct Reference

#include <sch/STP-BV/STP_Torus.h>

Collaboration diagram for sch::s_STP_Circle:

Public Member Functions

bool operator== (const s_STP_Circle &c) const
 
template<class Archive >
void serialize (Archive &ar, const unsigned int)
 
 s_STP_Circle (const Vector3 &normal, const Point3 &center, Scalar radius)
 
 s_STP_Circle ()
 

Public Attributes

Vector3 m_normal
 
Point3 m_center
 
Scalar m_radius
 

Detailed Description

Author
Cochet-Grasset Amelie
Date
july 2007

Constructor & Destructor Documentation

◆ s_STP_Circle() [1/2]

sch::s_STP_Circle::s_STP_Circle ( const Vector3 normal,
const Point3 center,
Scalar  radius 
)

◆ s_STP_Circle() [2/2]

sch::s_STP_Circle::s_STP_Circle ( )
inline

Member Function Documentation

◆ operator==()

bool sch::s_STP_Circle::operator== ( const s_STP_Circle c) const
inline

◆ serialize()

template<class Archive >
void sch::s_STP_Circle::serialize ( Archive &  ar,
const unsigned int   
)
inline

Member Data Documentation

◆ m_center

Point3 sch::s_STP_Circle::m_center

◆ m_normal

Vector3 sch::s_STP_Circle::m_normal

◆ m_radius

Scalar sch::s_STP_Circle::m_radius

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