PPoint2Df.h
Go to the documentation of this file.
34 static const PPoint2Df& Bad() { static const PPoint2Df BAD(PMath::NaNf(), PMath::NaNf()); return BAD; }
static const PPoint2Df & Bad()
Returns the constant holding the bad instance of a PPoint2Df.
Definition: PPoint2Df.h:34
The PPoint2Df class represents a 2D-point with float coordinates; PPoint2Df instances are immutable (...
Definition: PPoint2Df.h:28
static const PPoint2Df & Zero()
Returns the constant holding the point (0,0).
Definition: PPoint2Df.h:39
PAPILLON_API_CORE papillon::PString operator+(const papillon::PString &lhs, const papillon::PString &rhs)
Constructs a new string by concatenating string lhs with string rhs.
The PObject class is the root class of all Papillon classes; all PObject behaves like shared referenc...
Definition: PObject.h:27
Math toolbox.
Class PObject: the root class of all Papillon classes.
PObject & operator=(const PObject &obj)
Performs a shared copy of other to this object.
Definition: PObject.h:45
The PPoint2Di class represents a 2D-point with 32-bit int coordinates; PPoint2Di instances are immuta...
Definition: PPoint2Di.h:27