Space Engineers
Public Member Functions | List of all members
VRage.Algorithms.IMyPathEdge< V > Interface Template Reference

Public Member Functions

float GetWeight ()
 
GetOtherVertex (V vertex1)
 Returns the other vertex on this edge. Can return null, if the edge is a loop or if the edge is not traversable More...
 

Detailed Description

Definition at line 8 of file IMyPathEdge.cs.

Member Function Documentation

V VRage.Algorithms.IMyPathEdge< V >.GetOtherVertex ( vertex1)

Returns the other vertex on this edge. Can return null, if the edge is a loop or if the edge is not traversable

float VRage.Algorithms.IMyPathEdge< V >.GetWeight ( )

The documentation for this interface was generated from the following file: