Public Member Functions | Public Attributes | List of all members
gte::Sector2< Real > Class Template Reference

#include <GteSector2.h>

Public Member Functions

bool Contains (Vector2< Real > const &p) const
 
bool operator!= (Sector2 const &sector) const
 
bool operator< (Sector2 const &sector) const
 
bool operator<= (Sector2 const &sector) const
 
bool operator== (Sector2 const &sector) const
 
bool operator> (Sector2 const &sector) const
 
bool operator>= (Sector2 const &sector) const
 
 Sector2 ()
 
 Sector2 (Vector2< Real > const &inVertex, Real inRadius, Vector2< Real > const &inDirection, Real inAngle)
 
void SetAngle (Real inAngle)
 

Public Attributes

Real angle
 
Real cosAngle
 
Vector2< Real > direction
 
Real radius
 
Real sinAngle
 
Vector2< Real > vertex
 

Detailed Description

template<typename Real>
class gte::Sector2< Real >

Definition at line 23 of file GteSector2.h.

Constructor & Destructor Documentation

template<typename Real >
gte::Sector2< Real >::Sector2 ( )

Definition at line 60 of file GteSector2.h.

template<typename Real >
gte::Sector2< Real >::Sector2 ( Vector2< Real > const &  inVertex,
Real  inRadius,
Vector2< Real > const &  inDirection,
Real  inAngle 
)

Definition at line 72 of file GteSector2.h.

Member Function Documentation

template<typename Real >
bool gte::Sector2< Real >::Contains ( Vector2< Real > const &  p) const

Definition at line 91 of file GteSector2.h.

template<typename Real >
bool gte::Sector2< Real >::operator!= ( Sector2< Real > const &  sector) const

Definition at line 106 of file GteSector2.h.

template<typename Real >
bool gte::Sector2< Real >::operator< ( Sector2< Real > const &  sector) const

Definition at line 112 of file GteSector2.h.

template<typename Real >
bool gte::Sector2< Real >::operator<= ( Sector2< Real > const &  sector) const

Definition at line 148 of file GteSector2.h.

template<typename Real >
bool gte::Sector2< Real >::operator== ( Sector2< Real > const &  sector) const

Definition at line 99 of file GteSector2.h.

template<typename Real >
bool gte::Sector2< Real >::operator> ( Sector2< Real > const &  sector) const

Definition at line 154 of file GteSector2.h.

template<typename Real >
bool gte::Sector2< Real >::operator>= ( Sector2< Real > const &  sector) const

Definition at line 160 of file GteSector2.h.

template<typename Real >
void gte::Sector2< Real >::SetAngle ( Real  inAngle)

Definition at line 83 of file GteSector2.h.

Member Data Documentation

template<typename Real>
Real gte::Sector2< Real >::angle

Definition at line 46 of file GteSector2.h.

template<typename Real>
Real gte::Sector2< Real >::cosAngle

Definition at line 46 of file GteSector2.h.

template<typename Real>
Vector2<Real> gte::Sector2< Real >::direction

Definition at line 45 of file GteSector2.h.

template<typename Real>
Real gte::Sector2< Real >::radius

Definition at line 44 of file GteSector2.h.

template<typename Real>
Real gte::Sector2< Real >::sinAngle

Definition at line 46 of file GteSector2.h.

template<typename Real>
Vector2<Real> gte::Sector2< Real >::vertex

Definition at line 43 of file GteSector2.h.


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


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:06