C# Class SharpNav.PolyMesh.Edge

Another edge structure, but this one contains the RegionId and AreaId.
Exibir arquivo Open project: Robmaister/SharpNav

Public Properties

Property Type Description
Area Area
Region RegionId
Vert0 int
Vert1 int

Public Methods

Method Description
Edge ( int vert0, int vert1, RegionId region, Area area )

Initializes a new instance of the Edge struct.

Method Details

Edge() public method

Initializes a new instance of the Edge struct.
public Edge ( int vert0, int vert1, RegionId region, Area area )
vert0 int Vertex A
vert1 int Vertex B
region RegionId Region id
area Area Area id

Property Details

Area public_oe property

public Area Area
return Area

Region public_oe property

public RegionId Region
return RegionId

Vert0 public_oe property

public int Vert0
return int

Vert1 public_oe property

public int Vert1
return int