CurvePoint¶
struct CurvePoint
A single point in a Curve.
Variables¶
Name | Description |
---|---|
x | The coordinates of the point over the X axis. |
y | The coordinates of the point over the Y axis. |
Variable Details¶
x¶
AmReal64 x
The coordinates of the point over the X axis.
y¶
AmReal32 y
The coordinates of the point over the Y axis.