PointDblN

ostrat.geom.PointDblN
trait PointDblN extends Point with DblNElem

Attributes

Graph
Supertypes
trait DblNElem
trait SpecialT
trait Point
class Any
Known subtypes
trait PointDbl2
class Pt2
class PtM2
class LatLong
trait PointDbl3
class Pt3
class PtM3

Members list

Concise view

Type members

Inherited types

The type of LineSegLike that this Point can start or ends.

The type of LineSegLike that this Point can start or ends.

Attributes

Inherited from:
Point
type ThisT <: Point

The type of this point for the purposes of LineSegT. May not be the final type.

The type of this point for the purposes of LineSegT. May not be the final type.

Attributes

Inherited from:
Point

Value members

Inherited methods

Performs the side effecting function on each Double in this Product element.

Performs the side effecting function on each Double in this Product element.

Attributes

Inherited from:
DblNElem
def lineSegFrom(startPt: ThisT): LineSegT

LinSegLike from the parameter point to this point.

LinSegLike from the parameter point to this point.

Attributes

Inherited from:
Point
def lineSegTo(endPt: ThisT): LineSegT

LineSegLike from this point to the parameter point.

LineSegLike from this point to the parameter point.

Attributes

Inherited from:
Point