C# Class FortuneVoronoi.Common.Point

Afficher le fichier Open project: homoluden/fukami Class Usage Examples

Méthodes publiques

Свойство Type Description
Precision double
X double
Y double

Méthodes publiques

Méthode Description
DistSqr ( Point V1, Point V2 ) : double

Get the distance of two vectors

Equals ( object obj ) : bool
GetHashCode ( ) : int
Point ( double x, double y ) : System
ToString ( ) : string
operator ( ) : Point

Scale one vector

operator ( ) : bool

Scale one vector

operator ( ) : double

Get the scalar product of two vectors

Method Details

DistSqr() public static méthode

Get the distance of two vectors
public static DistSqr ( Point V1, Point V2 ) : double
V1 Point
V2 Point
Résultat double

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Point() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

Scale one vector
public static operator ( ) : Point
Résultat Point

operator() public static méthode

Scale one vector
public static operator ( ) : bool
Résultat bool

operator() public static méthode

Get the scalar product of two vectors
public static operator ( ) : double
Résultat double

Property Details

Precision public_oe static_oe property

public static double Precision
Résultat double

X public_oe property

public double X
Résultat double

Y public_oe property

public double Y
Résultat double