C# 클래스 R3.Geometry.S3

파일 보기 프로젝트 열기: roice3/Honeycombs

공개 메소드들

메소드 설명
EdgesToStl ( H3 edges ) : void
GeodesicPoints ( Vector3D v1, Vector3D v2 ) : Vector3D[]

Inputs and Outputs are in R3 (stereographically projected).

HopfOrbit ( ) : void
Hypercube ( ) : void

비공개 메소드들

메소드 설명
HopfFibration ( Tiling tiling ) : void
OneHopfCircle ( Vector3D s2Point ) : Vector3D[]
ProjectAndAddS3Points ( Shapeways mesh, Vector3D pointsS3 ) : void
ProjectAndAddS3Points ( Shapeways mesh, Vector3D pointsS3, bool shrink ) : void

Helper to project points from S3 -> S2, then add an associated curve. XXX - Not completely correct.

ShapewaysPolytopes ( ) : void

메소드 상세

EdgesToStl() 공개 정적인 메소드

public static EdgesToStl ( H3 edges ) : void
edges H3
리턴 void

GeodesicPoints() 공개 정적인 메소드

Inputs and Outputs are in R3 (stereographically projected).
public static GeodesicPoints ( Vector3D v1, Vector3D v2 ) : Vector3D[]
v1 Vector3D
v2 Vector3D
리턴 Vector3D[]

HopfOrbit() 공개 정적인 메소드

public static HopfOrbit ( ) : void
리턴 void

Hypercube() 공개 정적인 메소드

public static Hypercube ( ) : void
리턴 void