C# 클래스 fCraft.FloatingIslandMapGenState.Sphere

파일 보기 프로젝트 열기: fragmer/fCraft

공개 프로퍼티들

프로퍼티 타입 설명
Origin Vector3F
Radius float

공개 메소드들

메소드 설명
DistanceTo ( Sphere other ) : float
DistanceTo ( Vector3I other ) : float
Sphere ( float x, float y, float z, float radius ) : System

메소드 상세

DistanceTo() 공개 메소드

public DistanceTo ( Sphere other ) : float
other Sphere
리턴 float

DistanceTo() 공개 메소드

public DistanceTo ( Vector3I other ) : float
other Vector3I
리턴 float

Sphere() 공개 메소드

public Sphere ( float x, float y, float z, float radius ) : System
x float
y float
z float
radius float
리턴 System

프로퍼티 상세

Origin 공개적으로 프로퍼티

public Vector3F Origin
리턴 Vector3F

Radius 공개적으로 프로퍼티

public float Radius
리턴 float