Struct Point#
Defined in File IOVector.h
Struct Documentation#
-
struct Point#
Styled polar coordinate.
A point in a polar coordinate system. The point has additional properties specifying how a curve starting from its coordinate should be styled.
- Author
stratmann
- Date
07.03.2018
Public Functions
-
inline Point(Polar &&coord_, const DrawerProperties<> &prop_)#
constructor
Creates a Point using a given Polar and DrawerProperties.
- Parameters:
coord_ – the coordinate
prop_ – the DrawerProperties
Public Members
-
const DrawerProperties prop#
The property with which to draw