C# 클래스 FruityFalls.Geometry.Segment

파일 보기 프로젝트 열기: xamarin/mobile-samples 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Point1 CCPoint
Point2 CCPoint

공개 메소드들

메소드 설명
DistanceTo ( CCPoint &vector, Segment &connectingSegment ) : float
GetLength ( ) : double
Segment ( ) : System

메소드 상세

DistanceTo() 공개 메소드

public DistanceTo ( CCPoint &vector, Segment &connectingSegment ) : float
vector CCPoint
connectingSegment Segment
리턴 float

GetLength() 공개 메소드

public GetLength ( ) : double
리턴 double

Segment() 공개 메소드

public Segment ( ) : System
리턴 System

프로퍼티 상세

Point1 공개적으로 프로퍼티

public CCPoint Point1
리턴 CCPoint

Point2 공개적으로 프로퍼티

public CCPoint Point2
리턴 CCPoint