SmartPoint
class SmartPoint(val position: Vector2, val corner: SmartCorner, val prevBezierHandle: Vector2?, val nextBezierHandle: Vector2?)
Constructors
Link copied to clipboard
constructor(position: Vector2, corner: SmartCorner, prevBezierHandle: Vector2?, nextBezierHandle: Vector2?)
Functions
Link copied to clipboard
See prevDirection.
Link copied to clipboard
The direction the line to the previous SmartPoint. If there is a bezier control point handle, then it is related only to that handle. Otherwise, it is only related to the relative positions of SmartPoint.position.