Struct Point#

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:

Public Members

const Polar coord#

The coordinate

const DrawerProperties prop#

The property with which to draw