Package | Description |
---|---|
org.apache.commons.geometry.euclidean.twod.shape |
This package provides utilities for constructing basic 2D shapes.
|
Modifier and Type | Method and Description |
---|---|
static Circle |
Circle.from(Vector2D center,
double radius,
Precision.DoubleEquivalence precision)
Construct a circle from a center point and radius.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.