public class GeometryUtils extends Object
| Modifier and Type | Method and Description | 
|---|---|
static double | 
sphericalAngle(Vector3D v1,
              Vector3D v2,
              Vector3D v3)
Computes the spherical angle of three points on the unit sphere, based on
 the vectors. 
 | 
static double | 
sphericalVoronoiDomainArea(Vector3D germ,
                          Vector3D[] neighbors)
Computes area of a spherical Voronoi domain, based on a germ and several
 neighbors. 
 | 
public static final double sphericalVoronoiDomainArea(Vector3D germ, Vector3D[] neighbors)
germ - the germ of the regionneighbors - the neighbor germsCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.