C# Class R3.Geometry.Rod

ファイルを表示 Open project: roice3/Honeycombs Class Usage Examples

Public Methods

Method 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 method

public Compare ( Rod other, double threshold ) : bool
other Rod
threshold double
return bool

Create() public static method

public static Create ( double radius, double angle ) : Rod
radius double
angle double
return Rod

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool