C# Class MorphExtractorCL.Point3Dd

Show file Open project: Vaa3D/vaa3d_tools Class Usage Examples

Public Methods

Method Description
EuclideanDistanceTo ( Point3Dd other ) : double
Point3Dd ( double x, double y, double z ) : System

Method Details

EuclideanDistanceTo() public method

public EuclideanDistanceTo ( Point3Dd other ) : double
other Point3Dd
return double

Point3Dd() public method

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