public final class PointUtils extends Object
Modifier and Type | Method and Description |
---|---|
static org.joml.Vector3d |
centroid(Collection<Point> points)
Returns the center of the given points.
|
public static org.joml.Vector3d centroid(Collection<Point> points)
points
- points of a Vertex
.Copyright © 2015–2021 Fiji. All rights reserved.