Point Struct Documentation
structPointNamespace:datalogics_interface
Detailed Description
A Point in a PDF document is in the right plane, relative to the origin being the lower left corner of the document.
Referenced by
Uses types
Constructor & Destructor Documentation
Point
Point()Point
Point(doubleh, doublev)Parameters
h: doublev: double
Member Function Documentation
distance_transform
Pointdistance_transform(const struct Matrix &m)Parameters
Returns:
Pointoperator!=
booloperator!=(const Point &rhs)Parameters
rhs: const Point &
Returns:
booloperator==
booloperator==(const Point &rhs)Parameters
rhs: const Point &
Returns:
boolto_string
std::stringto_string()Returns:
std::stringtransform
Pointtransform(const struct Matrix &m)