Point

case
class Point(point: Vector[Fraction])

Fractional points

Value Params
point

coordinates

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +(p: Point): Point
def -(p: Point): Point
def embedded(i: Int): Point
def isOnSimplex: Boolean
def isPositive: Boolean
def toDoubleVector: Vector[Double]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product