static <L extends Length> LengthPoint<L> |
LengthPoint.fixed(L x,
L y) |
Creates a new fixed 2D point with the given coordinates.
|
static <L extends Length> LengthPoint<L> |
LengthPoint.fixed(L x,
L y,
L z) |
Creates a new fixed 3D point with the given coordinates.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fixedFromCentimeters(double x,
double y) |
Creates a length list from a centimeter value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fixedFromCentimeters(double x,
double y,
double z) |
Creates a length list from a centimeter value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fixedFromDecimeters(double x,
double y) |
Creates a length list from a decimeter value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fixedFromDecimeters(double x,
double y,
double z) |
Creates a length list from a decimeter value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fixedFromInches(double x,
double y) |
Creates a length list from an inches value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fixedFromInches(double x,
double y,
double z) |
Creates a length list from an inches value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fixedFromMillimeters(double x,
double y) |
Creates a length list from a millimeter value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fixedFromMillimeters(double x,
double y,
double z) |
Creates a length list from a millimeter value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fixedFromPoints(double x,
double y) |
Creates a length list from a points value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fixedFromPoints(double x,
double y,
double z) |
Creates a length list from a points value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fromCentimeters(double x,
double y) |
Creates a length list from a centimeter value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fromCentimeters(double x,
double y,
double z) |
Creates a length list from a centimeter value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fromDecimeters(double x,
double y) |
Creates a length list from a decimeter value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fromDecimeters(double x,
double y,
double z) |
Creates a length list from a decimeter value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fromInches(double x,
double y) |
Creates a length list from an inches value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fromInches(double x,
double y,
double z) |
Creates a length list from an inches value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fromMillimeters(double x,
double y) |
Creates a length list from a millimeter value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fromMillimeters(double x,
double y,
double z) |
Creates a length list from a millimeter value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fromPoints(double x,
double y) |
Creates a length list from a points value.
|
LengthPoint<L> |
LengthPoint.LengthPointFactory.fromPoints(double x,
double y,
double z) |
Creates a length list from a points value.
|
static <L extends Length> LengthPoint<L> |
LengthPoint.loose(L x,
L y) |
Creates a new loose 2D point with the given coordinates.
|
static <L extends Length> LengthPoint<L> |
LengthPoint.loose(L x,
L y,
L z) |
Creates a new loose 3D point with the given coordinates.
|