Point

ostrat.geom.Point
trait Point

A point in a space. So Pt2s are points in 2D space. Pt3s are points in 3D space. LatLongs are points in a 2D curved space.

Attributes

Graph
Supertypes
class Any
Known subtypes
trait PointDblN
trait PointDbl2
class LatLong
class Pt2
class PtM2
trait PointDbl3
class Pt3
class PtM3
trait TCoord
trait HCoord
trait HNotVert
trait HCenOrSep
class HCen
trait HSep
class HSepA
class HSepB
class HSepC
class HCoordOther
trait HVert
class HVertHigh
class HVertLow
trait SqCoord
trait SqCenOrSep
class SqCen
class SqSep
class SqVert
trait TCenOrSep
trait TCen
trait TSep
trait TVert
Show all

Members list

Type members

Types

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

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

Attributes

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

Value members

Abstract methods

def lineSegFrom(startPt: ThisT): LineSegT

LinSegLike from the parameter point to this point.

LinSegLike from the parameter point to this point.

Attributes

def lineSegTo(endPt: ThisT): LineSegT

LineSegLike from this point to the parameter point.

LineSegLike from this point to the parameter point.

Attributes