C# Class Agent.Point3d

Afficher le fichier Open project: lxfschr/Quelea Class Usage Examples

Méthodes publiques

Méthode Description
DistanceSquared ( Point3d pt ) : double
DistanceTo ( Point3d pt ) : double
Point3d ( ) : System
Point3d ( Point3d pt ) : System
Point3d ( double x, double y, double z ) : System

Method Details

DistanceSquared() public méthode

public DistanceSquared ( Point3d pt ) : double
pt Point3d
Résultat double

DistanceTo() public méthode

public DistanceTo ( Point3d pt ) : double
pt Point3d
Résultat double

Point3d() public méthode

public Point3d ( ) : System
Résultat System

Point3d() public méthode

public Point3d ( Point3d pt ) : System
pt Point3d
Résultat System

Point3d() public méthode

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