SpatialIndex

scalismo.mesh.boundingSpheres.SpatialIndex
trait SpatialIndex[D]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

Query the closest point on a surface.

Query the closest point on a surface.

Attributes

Returns:

The closest point and the squared distance.

def getSquaredShortestDistance(pt: Point[D]): Double

Query the shortest distance for a point to a surface.

Query the shortest distance for a point to a surface.

Attributes

Returns:

Squared distance.