프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Position | System.Vector2 | ||
Radius | Length |
메소드 | 설명 | |
---|---|---|
Sphere2 ( Length radius ) : System |
Initialise a sphere centred at origin.
|
|
Sphere2 ( System.Vector2 position, Length radius ) : System |
Initialise the Sphere3d.
|
public Sphere2 ( Length radius ) : System | ||
radius | Length | The radius of the |
리턴 | System |
public Sphere2 ( System.Vector2 position, Length radius ) : System | ||
position | System.Vector2 | The centre of the |
radius | Length | The radius of the |
리턴 | System |