C# Class R3.Math.Edge

显示文件 Open project: roice3/Honeycombs Class Usage Examples

Public Methods

Method Description
Edge ( int v1, int v2 )
Opposite ( int idx ) : int

Given a vertex index, find the vertex at the other end of the edge.

ReadEdge ( string line ) : void

vZome VEF format.

WriteEdge ( ) : string

vZome VEF format.

Method Details

Edge() public method

public Edge ( int v1, int v2 )
v1 int
v2 int

Opposite() public method

Given a vertex index, find the vertex at the other end of the edge.
public Opposite ( int idx ) : int
idx int
return int

ReadEdge() public method

vZome VEF format.
public ReadEdge ( string line ) : void
line string
return void

WriteEdge() public method

vZome VEF format.
public WriteEdge ( ) : string
return string