ShapeNodeNearestContour
data class ShapeNodeNearestContour(val node: ShapeNode, val point: ContourPoint, val distanceDirection: Vector2, val distance: Double)(source)
Data structure containing information about a point in a ShapeContour closest to some other 2D point.