Uses of Class
org.apache.commons.geometry.euclidean.twod.shape.Parallelogram
-
Packages that use Parallelogram Package Description org.apache.commons.geometry.euclidean.twod This package provides basic 2D geometry components.org.apache.commons.geometry.euclidean.twod.shape This package provides utilities for constructing basic 2D shapes. -
-
Uses of Parallelogram in org.apache.commons.geometry.euclidean.twod
Methods in org.apache.commons.geometry.euclidean.twod that return Parallelogram Modifier and Type Method Description Parallelogram
Bounds2D. toRegion(org.apache.commons.numbers.core.Precision.DoubleEquivalence precision)
Return a hyperplane-bounded region containing the same points as this instance. -
Uses of Parallelogram in org.apache.commons.geometry.euclidean.twod.shape
Methods in org.apache.commons.geometry.euclidean.twod.shape that return Parallelogram Modifier and Type Method Description static Parallelogram
Parallelogram. axisAligned(Vector2D a, Vector2D b, org.apache.commons.numbers.core.Precision.DoubleEquivalence precision)
Return a new instance representing an axis-aligned rectangle.Parallelogram
Parallelogram.Builder. build()
Build a new parallelogram instance with the values configured in this builder.static Parallelogram
Parallelogram. fromTransformedUnitSquare(Transform<Vector2D> transform, org.apache.commons.numbers.core.Precision.DoubleEquivalence precision)
Create a new instance by transforming a unit square centered at the origin.static Parallelogram
Parallelogram. unitSquare(org.apache.commons.numbers.core.Precision.DoubleEquivalence precision)
Return a new instance representing a unit square centered on the origin.
-