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 Pt2
class PtM2
class LatLong
trait PointDbl3
class Pt3
class PtM3
trait TCoord
trait TCen
class HCen
class SqCen
trait TSide
class HSide
class SqSide
trait TVert
trait HCoord
trait HNotVert
class HVert
trait SqCoord
class SqVert

Members list

Concise view

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