메소드 | 설명 | |
---|---|---|
CircumRadius ( EHoneycomb honeycomb ) : double | ||
CircumRadius ( int p, int q, int r ) : double |
Returns the circum-radius, in the induced geometry.
|
|
EdgeLength ( EHoneycomb honeycomb ) : double | ||
EdgeLength ( int p, int q, int r ) : double | ||
GetGeometry ( int p, int q, int r ) : Geometry | ||
InRadius ( EHoneycomb honeycomb ) : double | ||
InRadius ( int p, int q, int r ) : double |
Returns the in-radius, in the induced geometry.
|
|
MidRadius ( EHoneycomb honeycomb ) : double | ||
MidRadius ( int p, int q, int r ) : double |
Returns the mid-radius, in the induced geometry.
|
|
PQR ( EHoneycomb honeycomb, int &p, int &q, int &r ) : void | ||
PiOverNSafe ( int n ) : double | ||
String ( EHoneycomb honeycomb, bool dual ) : string |
메소드 | 설명 | |
---|---|---|
Pi_hpq ( int p, int q ) : double |
public static CircumRadius ( EHoneycomb honeycomb ) : double | ||
honeycomb | EHoneycomb | |
리턴 | double |
public static CircumRadius ( int p, int q, int r ) : double | ||
p | int | |
q | int | |
r | int | |
리턴 | double |
public static EdgeLength ( EHoneycomb honeycomb ) : double | ||
honeycomb | EHoneycomb | |
리턴 | double |
public static EdgeLength ( int p, int q, int r ) : double | ||
p | int | |
q | int | |
r | int | |
리턴 | double |
public static GetGeometry ( int p, int q, int r ) : Geometry | ||
p | int | |
q | int | |
r | int | |
리턴 | Geometry |
public static InRadius ( EHoneycomb honeycomb ) : double | ||
honeycomb | EHoneycomb | |
리턴 | double |
public static InRadius ( int p, int q, int r ) : double | ||
p | int | |
q | int | |
r | int | |
리턴 | double |
public static MidRadius ( EHoneycomb honeycomb ) : double | ||
honeycomb | EHoneycomb | |
리턴 | double |
public static MidRadius ( int p, int q, int r ) : double | ||
p | int | |
q | int | |
r | int | |
리턴 | double |
public static PQR ( EHoneycomb honeycomb, int &p, int &q, int &r ) : void | ||
honeycomb | EHoneycomb | |
p | int | |
q | int | |
r | int | |
리턴 | void |
public static String ( EHoneycomb honeycomb, bool dual ) : string | ||
honeycomb | EHoneycomb | |
dual | bool | |
리턴 | string |