C# Class DelaunayWPF.Vertex

Represents a point in 3D space.
Inheritance: IVertex
Show file Open project: gusmanb/MIConvexHull

Public Methods

Method Description
ToPoint3D ( ) : System.Windows.Media.Media3D.Point3D
Vertex ( double x, double y, double z ) : System

Method Details

ToPoint3D() public method

public ToPoint3D ( ) : System.Windows.Media.Media3D.Point3D
return System.Windows.Media.Media3D.Point3D

Vertex() public method

public Vertex ( double x, double y, double z ) : System
x double
y double
z double
return System