C# 클래스 R3.Geometry.HoneycombDef

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

공개 프로퍼티들

프로퍼티 타입 설명
P int
Projection Polytope.Projection
Q int
R int

공개 메소드들

메소드 설명
FormatDir ( PQR constant, int constantVal ) : string
FormatFilename ( ) : string
FormatFilename ( string extension ) : string
HoneycombDef ( int p, int q, int r ) : System

비공개 메소드들

메소드 설명
NorI ( int n ) : string

메소드 상세

FormatDir() 공개 메소드

public FormatDir ( PQR constant, int constantVal ) : string
constant PQR
constantVal int
리턴 string

FormatFilename() 공개 메소드

public FormatFilename ( ) : string
리턴 string

FormatFilename() 공개 메소드

public FormatFilename ( string extension ) : string
extension string
리턴 string

HoneycombDef() 공개 메소드

public HoneycombDef ( int p, int q, int r ) : System
p int
q int
r int
리턴 System

프로퍼티 상세

P 공개적으로 프로퍼티

public int P
리턴 int

Projection 공개적으로 프로퍼티

public Polytope.Projection Projection
리턴 Polytope.Projection

Q 공개적으로 프로퍼티

public int Q
리턴 int

R 공개적으로 프로퍼티

public int R
리턴 int