trait CompleteIndexedPointSet extends IndexedPointSet
A more specific version of IndexedPointSet guaranteeing that every index from 0 to length-1 has an associated Coordinate.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CompleteIndexedPointSet
- IndexedPointSet
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
getX(i: Int): Double
- Definition Classes
- IndexedPointSet
-
abstract
def
getY(i: Int): Double
- Definition Classes
- IndexedPointSet
-
abstract
def
getZ(i: Int): Double
- Definition Classes
- IndexedPointSet
-
abstract
def
length: Int
Returns the number of points in the collection.
Returns the number of points in the collection.
- Definition Classes
- IndexedPointSet
Concrete Value Members
-
def
apply(i: Int): Coordinate
- Definition Classes
- IndexedPointSet
-
def
distance(i1: Int, i2: Int): Double
- Definition Classes
- IndexedPointSet
-
def
getCoordinate(i: Int): Coordinate
Returns the coordinate at index
i
.Returns the coordinate at index
i
.- Definition Classes
- IndexedPointSet
-
def
getPoint(i: Int): Point
- Definition Classes
- IndexedPointSet