Package | Description |
---|---|
com.graphbuilder.geom |
Modifier and Type | Interface and Description |
---|---|
interface |
Point3d
The Point3d interface represents a three-dimensional point using double precision.
|
Modifier and Type | Method and Description |
---|---|
static Point2d |
PointFactory.create(double x,
double y) |
Modifier and Type | Method and Description |
---|---|
static double |
Geom.getAngle(Point2d origin,
Point2d p)
Returns the angle between the origin and the specified point.
|
Copyright © 2024. All rights reserved.