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 ParallelogramBounds2D. 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 ParallelogramParallelogram. axisAligned(Vector2D a, Vector2D b, org.apache.commons.numbers.core.Precision.DoubleEquivalence precision)Return a new instance representing an axis-aligned rectangle.ParallelogramParallelogram.Builder. build()Build a new parallelogram instance with the values configured in this builder.static ParallelogramParallelogram. 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 ParallelogramParallelogram. unitSquare(org.apache.commons.numbers.core.Precision.DoubleEquivalence precision)Return a new instance representing a unit square centered on the origin.
-