|
FRX SDK Documentation 2025 SP0
|
#include <Point2d.h>
Public Member Functions | |
| Point2d (AcGePoint2d const &) | |
| Point2d (double, double) | |
| Point2d (void) | |
| Point2d (const Point2d &) | |
| bool | isEqual (Point2d, double) const |
| bool | isEqualRect (Point2d, double) const |
| bool | isValid (void) const |
| Point2d & | operator= (Point2d &&) |
| Point2d & | operator= (Point2d const &) |
| Point2d | operator* (double) const |
| Point2d | operator+ (Point2d) const |
| Point2d | operator+ (Vector2d) const |
| Point2d | operator- (Vector2d) const |
| Point2d | operator/ (double) const |
| Vector2d | operator- (Point2d) const |
| Vector2d | toVector2d (void) const |
| double & | operator[] (int) |
| double | dist (Point2d) const |
| double | distRect (Point2d) const |
| double | distSqrd (Point2d) const |
| double | length (void) const |
| double | lengthRect (void) const |
| double | lengthSqrd (void) const |
| double | operator% (Vector2d) const |
| double | operator[] (int) const |
| void | operator*= (double) |
| void | operator+= (Point2d) |
| void | operator+= (Vector2d) |
| void | operator-= (Point2d) |
| void | operator-= (Vector2d) |
| void | operator/= (double) |
Static Public Member Functions | |
| static Point2d & | cast (AcGePoint2d &) |
Static Public Attributes | |
| static Point2d const | kNull |
| Point2d::Point2d | ( | AcGePoint2d const & | ) |
| Point2d::Point2d | ( | void | ) |
|
static |