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.
|
java.awt.geom.Point2D |
pointAtLength(float length)
Returns the point that is at the given length along the path.
|
float angleAtLength(float length)
length
- The length along the pathMath.PI
,
Math.PI
].float lengthOfPath()
java.awt.geom.Point2D pointAtLength(float length)
length
- The length along the path