C# Class R3.Math.Edge

Afficher le fichier Open project: roice3/Honeycombs Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Opposite() public méthode

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

ReadEdge() public méthode

vZome VEF format.
public ReadEdge ( string line ) : void
line string
Résultat void

WriteEdge() public méthode

vZome VEF format.
public WriteEdge ( ) : string
Résultat string