Phi

public final class Phi

Parameters

target

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

tangent

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

Constructors

Properties

Link copied to clipboard
private final Double error
Link copied to clipboard
private final Vector2d normal
Link copied to clipboard
private final Double orientation

Whether point is on the left or right of target.

Link copied to clipboard
private final Vector2d pathToPoint

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

Link copied to clipboard
Link copied to clipboard
private final Vector2d tangent
Link copied to clipboard
private final Vector2d target

Functions

Link copied to clipboard
public final Double getError()
Link copied to clipboard
public final Vector2d getNormal()
Link copied to clipboard
public final Double getOrientation()

Whether point is on the left or right of target.

Link copied to clipboard
public final Vector2d getPathToPoint()

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

Link copied to clipboard
Link copied to clipboard
public final Vector2d getTangent()
Link copied to clipboard
public final Vector2d getTarget()