C# 클래스 LineSegment, UnityUtils

파일 보기 프로젝트 열기: mortennobel/UnityUtils 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
flag bool

공개 메소드들

메소드 설명
IsSameDirection ( LineSegment, other ) : bool
Length ( ) : double
LineSegment ( Vector3D, first_, Vector3D, second_ ) : System.Collections
To2D ( int skip = 1 ) : LineSegment2D,

메소드 상세

IsSameDirection() 공개 메소드

public IsSameDirection ( LineSegment, other ) : bool
other LineSegment,
리턴 bool

Length() 공개 메소드

public Length ( ) : double
리턴 double

LineSegment() 공개 메소드

public LineSegment ( Vector3D, first_, Vector3D, second_ ) : System.Collections
first_ Vector3D,
second_ Vector3D,
리턴 System.Collections

To2D() 공개 메소드

public To2D ( int skip = 1 ) : LineSegment2D,
skip int
리턴 LineSegment2D,

프로퍼티 상세

flag 공개적으로 프로퍼티

public bool flag
리턴 bool