C# 클래스 R3.Geometry.Honeycomb

파일 보기 프로젝트 열기: roice3/Honeycombs 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CircumRadius() 공개 정적인 메소드

public static CircumRadius ( EHoneycomb honeycomb ) : double
honeycomb EHoneycomb
리턴 double

CircumRadius() 공개 정적인 메소드

Returns the circum-radius, in the induced geometry.
public static CircumRadius ( int p, int q, int r ) : double
p int
q int
r int
리턴 double

EdgeLength() 공개 정적인 메소드

public static EdgeLength ( EHoneycomb honeycomb ) : double
honeycomb EHoneycomb
리턴 double

EdgeLength() 공개 정적인 메소드

public static EdgeLength ( int p, int q, int r ) : double
p int
q int
r int
리턴 double

GetGeometry() 공개 정적인 메소드

public static GetGeometry ( int p, int q, int r ) : Geometry
p int
q int
r int
리턴 Geometry

InRadius() 공개 정적인 메소드

public static InRadius ( EHoneycomb honeycomb ) : double
honeycomb EHoneycomb
리턴 double

InRadius() 공개 정적인 메소드

Returns the in-radius, in the induced geometry.
public static InRadius ( int p, int q, int r ) : double
p int
q int
r int
리턴 double

MidRadius() 공개 정적인 메소드

public static MidRadius ( EHoneycomb honeycomb ) : double
honeycomb EHoneycomb
리턴 double

MidRadius() 공개 정적인 메소드

Returns the mid-radius, in the induced geometry.
public static MidRadius ( int p, int q, int r ) : double
p int
q int
r int
리턴 double

PQR() 공개 정적인 메소드

public static PQR ( EHoneycomb honeycomb, int &p, int &q, int &r ) : void
honeycomb EHoneycomb
p int
q int
r int
리턴 void

PiOverNSafe() 공개 정적인 메소드

public static PiOverNSafe ( int n ) : double
n int
리턴 double

String() 공개 정적인 메소드

public static String ( EHoneycomb honeycomb, bool dual ) : string
honeycomb EHoneycomb
dual bool
리턴 string