#include <Csc2dTypes.h>
◆ CscPoint2d() [1/2]
| conscience_core::axiomes::CscPoint2d::CscPoint2d |
( |
const CscPoint2d * |
fromPoint | ) |
|
◆ CscPoint2d() [2/2]
| conscience_core::axiomes::CscPoint2d::CscPoint2d |
( |
double |
inX = 0, |
|
|
double |
inY = 0 |
|
) |
| |
◆ ~CscPoint2d()
| virtual conscience_core::axiomes::CscPoint2d::~CscPoint2d |
( |
| ) |
|
|
virtualdefault |
◆ clone()
| CscPoint2d * conscience_core::axiomes::CscPoint2d::clone |
( |
| ) |
const |
|
virtual |
◆ distanceWith() [1/2]
| double conscience_core::axiomes::CscPoint2d::distanceWith |
( |
const CscPoint2d & |
point | ) |
|
◆ distanceWith() [2/2]
| double conscience_core::axiomes::CscPoint2d::distanceWith |
( |
const CscPoint2d * |
point | ) |
|
◆ getX()
| double conscience_core::axiomes::CscPoint2d::getX |
( |
| ) |
const |
◆ getY()
| double conscience_core::axiomes::CscPoint2d::getY |
( |
| ) |
const |
◆ isInside()
| bool conscience_core::axiomes::CscPoint2d::isInside |
( |
const CscRect2d & |
rectangle | ) |
const |
if point is on a rectangle's border -> returns true as well
◆ minus()
◆ operator string()
| virtual conscience_core::axiomes::CscPoint2d::operator string |
( |
| ) |
const |
|
inlinevirtual |
◆ operator+()
◆ operator-()
◆ operator=()
◆ plus()
◆ toMap()
| map< string, double > conscience_core::axiomes::CscPoint2d::toMap |
( |
| ) |
const |
|
virtual |
◆ toString()
| string conscience_core::axiomes::CscPoint2d::toString |
( |
| ) |
const |
|
virtual |
◆ zero()
| CscPoint2d * conscience_core::axiomes::CscPoint2d::zero |
( |
| ) |
|
|
static |
return a NEW point initialized with 0,0
| double conscience_core::axiomes::CscPoint2d::x |
| double conscience_core::axiomes::CscPoint2d::y |
The documentation for this class was generated from the following files: