C# Class BelhardTraining.PointDemo.Point3D

Inheritance: Point2D
Afficher le fichier Open project: bazile/Training Class Usage Examples

Méthodes publiques

Méthode Description
CalculateDistance ( Point3D other ) : double
Point3D ( int x, int y, int z ) : System

Method Details

CalculateDistance() public méthode

public CalculateDistance ( Point3D other ) : double
other Point3D
Résultat double

Point3D() public méthode

public Point3D ( int x, int y, int z ) : System
x int
y int
z int
Résultat System