java.lang.Object
org.bzdev.geom.Path3DInfo.UValues
- Enclosing class:
- Path3DInfo
Class to represent a value of the path parameter u.
This class caches the parameter u and some related values
for use with methods defined for the
Path3DInfo.SegmentData
class.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UValues
public UValues(double u) Constructor.- Parameters:
u
- the value of the path parameter in the range [0.0, 1.0]- Throws:
IllegalArgumentException
- the argument was out of range
-
UValues
public UValues(double u, int st) Constructor given the segment type. When a segment type is provided, this object may be used only with a SegmentData object with the same segment type.- Parameters:
u
- the value of the path parameter in the range [0.0, 1.0]st
- the path-segment type, legal values of which are- Throws:
IllegalArgumentException
- an argument was out of range
-
-
Method Details