C# Class DelaunayWPF.Vertex

Represents a point in 3D space.
Inheritance: IVertex
Afficher le fichier Open project: gusmanb/MIConvexHull

Méthodes publiques

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

Method Details

ToPoint3D() public méthode

public ToPoint3D ( ) : System.Windows.Media.Media3D.Point3D
Résultat System.Windows.Media.Media3D.Point3D

Vertex() public méthode

public Vertex ( double x, double y, double z ) : System
x double
y double
z double
Résultat System