C# 클래스 Diagram.NET.element.MathHelper

파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio

공개 메소드들

메소드 설명
det ( float a, float b, float c, float d ) : float
eq ( double a, double b ) : bool
equivalent ( line m, line n ) : bool
intersect ( line m, line n ) : pt
parallel ( line m, line n ) : bool
segment_to_line ( segment s ) : line
segments_intersection ( segment s1, segment s2 ) : pt

메소드 상세

det() 공개 정적인 메소드

public static det ( float a, float b, float c, float d ) : float
a float
b float
c float
d float
리턴 float

eq() 공개 정적인 메소드

public static eq ( double a, double b ) : bool
a double
b double
리턴 bool

equivalent() 공개 정적인 메소드

public static equivalent ( line m, line n ) : bool
m line
n line
리턴 bool

intersect() 공개 정적인 메소드

public static intersect ( line m, line n ) : pt
m line
n line
리턴 pt

parallel() 공개 정적인 메소드

public static parallel ( line m, line n ) : bool
m line
n line
리턴 bool

segment_to_line() 공개 정적인 메소드

public static segment_to_line ( segment s ) : line
s segment
리턴 line

segments_intersection() 공개 정적인 메소드

public static segments_intersection ( segment s1, segment s2 ) : pt
s1 segment
s2 segment
리턴 pt