C# Class RobustGeometry.Test.HalfedgeMesh.WpfUI.PointTriangleMeshCanvas

Inheritance: System.Windows.Controls.Canvas
显示文件 Open project: govert/RobustGeometry.NET Class Usage Examples

Public Methods

Method Description
PointTriangleMeshCanvas ( ) : System

Private Methods

Method Description
AddEdge ( IPoint pointStart, IPoint pointEnd ) : void
AddMeshElements ( ) : void
AddVertex ( IPoint point ) : void

Method Details

PointTriangleMeshCanvas() public method

public PointTriangleMeshCanvas ( ) : System
return System