C# Class Navigation.Vertex, CodeSpells

Show file Open project: srfoster/CodeSpells

Public Properties

Property Type Description
adj List
distTo double
hasTraversed bool
myvector Vector3
prev Vertex,

Public Methods

Method Description
Vertex ( Vector3 v ) : System
addAdjVert ( Vertex, v ) : void
isSameLocation ( Vector3 v ) : bool

Method Details

Vertex() public method

public Vertex ( Vector3 v ) : System
v Vector3
return System

addAdjVert() public method

public addAdjVert ( Vertex, v ) : void
v Vertex,
return void

isSameLocation() public method

public isSameLocation ( Vector3 v ) : bool
v Vector3
return bool

Property Details

adj public property

public List adj
return List

distTo public property

public double distTo
return double

hasTraversed public property

public bool hasTraversed
return bool

myvector public property

public Vector3 myvector
return Vector3

prev public property

public Vertex, prev
return Vertex,