public interface PathLength
Modifier and Type | Method and Description |
---|---|
float |
angleAtLength(float length)
Returns the slope of the path at the specified length.
|
float |
lengthOfPath()
Returns the length of the path used by this PathLength object.
|
Point2D |
pointAtLength(float length)
Returns the point that is at the given length along the path.
|
float angleAtLength(float length)
float lengthOfPath()
Point2D pointAtLength(float length)
length
- The length along the path