C# 클래스 Delaunay.Circle

파일 보기 프로젝트 열기: ngarside/UnityDelaunay

공개 프로퍼티들

프로퍼티 타입 설명
center Vector2
radius float

공개 메소드들

메소드 설명
Circle ( float centerX, float centerY, float radius ) : UnityEngine
ToString ( ) : string

메소드 상세

Circle() 공개 메소드

public Circle ( float centerX, float centerY, float radius ) : UnityEngine
centerX float
centerY float
radius float
리턴 UnityEngine

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

center 공개적으로 프로퍼티

public Vector2 center
리턴 Vector2

radius 공개적으로 프로퍼티

public float radius
리턴 float