PointDbl2

ostrat.geom.PointDbl2
trait PointDbl2 extends PointDblN, Dbl2Elem

Attributes

Graph
Supertypes
trait Dbl2Elem
trait PointDblN
trait DblNElem
trait ValueNElem
trait SpecialT
trait Point
class Any
Show all
Known subtypes
class LatLong
class Pt2
class PtM2

Members list

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

def dbl1: Double

Attributes

Inherited from:
Dbl2Elem
def dbl2: Double

Attributes

Inherited from:
Dbl2Elem
override def dblBufferAppend(buffer: ArrayBuffer[Double]): Unit

Utility method to append this as an element to an ArrayBuffer[Double]. End users should rarely need to use this method.

Utility method to append this as an element to an ArrayBuffer[Double]. End users should rarely need to use this method.

Attributes

Definition Classes
Inherited from:
Dbl2Elem
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:
Dbl2Elem
def dblsApprox(that: Dbl2Elem, delta: Double): Boolean

Attributes

Inherited from:
Dbl2Elem
def dblsEqual(that: Dbl2Elem): Boolean

Attributes

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