C# 클래스 AkaCore.AkaLib.AGeometry.Circle

파일 보기 프로젝트 열기: Kysamaa/EloBuddy

공개 프로퍼티들

프로퍼티 타입 설명
Center System.Vector2
Radius float

공개 메소드들

메소드 설명
Circle ( System.Vector2 center, float radius ) : System
ToPolygon ( int offset, float overrideWidth = -1 ) : Polygon

메소드 상세

Circle() 공개 메소드

public Circle ( System.Vector2 center, float radius ) : System
center System.Vector2
radius float
리턴 System

ToPolygon() 공개 메소드

public ToPolygon ( int offset, float overrideWidth = -1 ) : Polygon
offset int
overrideWidth float
리턴 Polygon

프로퍼티 상세

Center 공개적으로 프로퍼티

public Vector2,System Center
리턴 System.Vector2

Radius 공개적으로 프로퍼티

public float Radius
리턴 float