Phi

inner class Phi(val target: Vector2d, val tangent: Vector2d)

Parameters

target

the nearest point on P (eq. (2))

tangent

the tangent to the path (eq. (8))

Constructors

Link copied to clipboard
constructor(target: Vector2d, tangent: Vector2d)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether point is on the left or right of target.

Link copied to clipboard

Note: instead of calling Vector2d.norm on this value, use error.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard