C# 클래스 Triangulation.BPoint

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

공개 프로퍼티들

프로퍼티 타입 설명
angle double
badPoints List
eBad bool
jAngle double
kAngle double

공개 메소드들

메소드 설명
BPoint ( Point vpoint ) : System
dist ( Point p1, Point p2 ) : double
equalPoints ( Point p1, Point p2 ) : bool
insideTriangle ( Triangle tr ) : bool
updateAngles ( ) : double

메소드 상세

BPoint() 공개 메소드

public BPoint ( Point vpoint ) : System
vpoint Point
리턴 System

dist() 공개 정적인 메소드

public static dist ( Point p1, Point p2 ) : double
p1 Point
p2 Point
리턴 double

equalPoints() 공개 정적인 메소드

public static equalPoints ( Point p1, Point p2 ) : bool
p1 Point
p2 Point
리턴 bool

insideTriangle() 공개 메소드

public insideTriangle ( Triangle tr ) : bool
tr Core.Triangle
리턴 bool

updateAngles() 공개 메소드

public updateAngles ( ) : double
리턴 double

프로퍼티 상세

angle 공개적으로 프로퍼티

public double angle
리턴 double

badPoints 공개적으로 프로퍼티

public List badPoints
리턴 List

eBad 공개적으로 프로퍼티

public bool eBad
리턴 bool

jAngle 공개적으로 프로퍼티

public double jAngle
리턴 double

kAngle 공개적으로 프로퍼티

public double kAngle
리턴 double