PointDbl3

ostrat.geom.PointDbl3
trait PointDbl3 extends PointDblN with Dbl3Elem

Attributes

Graph
Supertypes
trait Dbl3Elem
trait PointDblN
trait DblNElem
trait SpecialT
trait Point
class Any
Known subtypes
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

Attributes

Inherited from:
Dbl3Elem

Attributes

Inherited from:
Dbl3Elem

Attributes

Inherited from:
Dbl3Elem
override def dblForeach(f: Double => Unit): Unit

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

Definition Classes
Inherited from:
Dbl3Elem
def dblsApprox(that: Dbl3Elem, delta: Double): Boolean

Attributes

Inherited from:
Dbl3Elem

Attributes

Inherited from:
Dbl3Elem
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