libalmath  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Friends | List of all members
AL::Math::Rectangle Class Reference

#include <shapes3d.h>

Public Member Functions

 Rectangle (float pHalfExtentX, float pHalfExtentY)
 
void accept (const Shape3DVisitor &v) const override
 
float getHalfExtentX () const
 
float getHalfExtentY () const
 
- Public Member Functions inherited from AL::Math::Shape3D
virtual ~Shape3D ()
 

Friends

bool operator== (const Rectangle &lhs, const Rectangle &rhs)
 
bool operator!= (const Rectangle &lhs, const Rectangle &rhs)
 

Detailed Description

Definition at line 129 of file shapes3d.h.

Constructor & Destructor Documentation

AL::Math::Rectangle::Rectangle ( float  pHalfExtentX,
float  pHalfExtentY 
)

Member Function Documentation

void AL::Math::Rectangle::accept ( const Shape3DVisitor v) const
overridevirtual

Implements AL::Math::Shape3D.

float AL::Math::Rectangle::getHalfExtentX ( ) const
float AL::Math::Rectangle::getHalfExtentY ( ) const

Friends And Related Function Documentation

bool operator!= ( const Rectangle lhs,
const Rectangle rhs 
)
friend

Definition at line 137 of file shapes3d.h.

bool operator== ( const Rectangle lhs,
const Rectangle rhs 
)
friend

Definition at line 132 of file shapes3d.h.


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