ClosestPointOnLine

scalismo.mesh.boundingSpheres.ClosestPointOnLine
case class ClosestPointOnLine(point: Point[_3D], distanceSquared: Double, pids: (PointId, PointId), bc: Double) extends ClosestPointWithType

The closest point lies on a line. The additional information stored are the PointIds of the two end points of the line and the barycentric coordinate.

Value parameters

bc

The barycentric coordinates of the closest point location.

pids

Tuple of PointIds of the two end points of the line.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def <(that: ClosestPointWithType): Boolean

Attributes

Inherited from:
ClosestPointWithType
def distance: Double

Attributes

Inherited from:
ClosestPointWithType
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product