Coordinate

Holds network coordinates of node

package

Default

Methods

Coordinate constructor

__construct( $coordinate = null) 

Arguments

$coordinate

mixed | null

getAdj

getAdj() : float

Response

float

getErr

getErr() : float

Response

float

getHeight

getHeight() : float

Response

float

getNode

getNode() : string

Response

string

getVec

getVec() : array

Response

array

setAdj

setAdj( $adj) : $this

Arguments

$adj

float

Response

$this

setErr

setErr( $err) : $this

Arguments

$err

float

Response

$this

setHeight

setHeight( $height) : $this

Arguments

$height

float

Response

$this

setNode

setNode( $node) : $this

Arguments

$node

string

Response

$this

setVec

setVec( $vec) : $this

Arguments

$vec

float

Response

$this