C# Class R3.Geometry.Rod

Afficher le fichier Open project: roice3/Honeycombs Class Usage Examples

Méthodes publiques

Méthode Description
Compare ( Rod other, double threshold ) : bool
Create ( double radius, double angle ) : Rod
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Compare() public méthode

public Compare ( Rod other, double threshold ) : bool
other Rod
threshold double
Résultat bool

Create() public static méthode

public static Create ( double radius, double angle ) : Rod
radius double
angle double
Résultat Rod

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool