C# 클래스 FortuneVoronoi.Common.Point

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

공개 프로퍼티들

프로퍼티 타입 설명
Precision double
X double
Y double

공개 메소드들

메소드 설명
DistSqr ( Point V1, Point V2 ) : double

Get the distance of two vectors

Equals ( object obj ) : bool
GetHashCode ( ) : int
Point ( double x, double y ) : System
ToString ( ) : string
operator ( ) : Point

Scale one vector

operator ( ) : bool

Scale one vector

operator ( ) : double

Get the scalar product of two vectors

메소드 상세

DistSqr() 공개 정적인 메소드

Get the distance of two vectors
public static DistSqr ( Point V1, Point V2 ) : double
V1 Point
V2 Point
리턴 double

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Point() 공개 메소드

public Point ( double x, double y ) : System
x double
y double
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

Scale one vector
public static operator ( ) : Point
리턴 Point

operator() 공개 정적인 메소드

Scale one vector
public static operator ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

Get the scalar product of two vectors
public static operator ( ) : double
리턴 double

프로퍼티 상세

Precision 공개적으로 정적으로 프로퍼티

public static double Precision
리턴 double

X 공개적으로 프로퍼티

public double X
리턴 double

Y 공개적으로 프로퍼티

public double Y
리턴 double