C# 클래스 Glare.Sphere2f

A sphere definition, which has a position and radius.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 프로퍼티들

프로퍼티 타입 설명
Position Vector2f
Radius System.Single

공개 메소드들

메소드 설명
Sphere2f ( System.Single radius ) : System

Initialise a sphere centred at origin.

Sphere2f ( Vector2f position, System.Single radius ) : System

Initialise the Sphere3d.

메소드 상세

Sphere2f() 공개 메소드

Initialise a sphere centred at origin.
public Sphere2f ( System.Single radius ) : System
radius System.Single The radius of the .
리턴 System

Sphere2f() 공개 메소드

Initialise the Sphere3d.
public Sphere2f ( Vector2f position, System.Single radius ) : System
position Vector2f The centre of the .
radius System.Single The radius of the .
리턴 System

프로퍼티 상세

Position 공개적으로 프로퍼티

Get or set the centre of the Sphere3d.
public Vector2f Position
리턴 Vector2f

Radius 공개적으로 프로퍼티

Get or set the radius of the Sphere3d.
public Single,System Radius
리턴 System.Single