Uses of Class
org.apache.commons.geometry.euclidean.twod.shape.Parallelogram
Packages that use Parallelogram
Package
Description
This package provides basic 2D geometry components.
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 ParallelogramModifier and TypeMethodDescriptionBounds2D.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 ParallelogramModifier and TypeMethodDescriptionstatic ParallelogramParallelogram.axisAligned(Vector2D a, Vector2D b, org.apache.commons.numbers.core.Precision.DoubleEquivalence precision) Return a new instance representing an axis-aligned rectangle.Parallelogram.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.