C# 클래스 Brunet.Services.Coordinate.Point

파일 보기 프로젝트 열기: johnynek/brunet

공개 프로퍼티들

프로퍼티 타입 설명
DIMENSIONS int

보호된 프로퍼티들

프로퍼티 타입 설명
INITIAL_VECTOR_VALUE int
MIN_HEIGHT double
_height double
_rr System.Random
_side double[]

공개 메소드들

메소드 설명
Add ( Point p ) : void
Bump ( ) : void
CheckHeight ( ) : void
Equals ( Point other ) : bool
GetDirection ( Point p ) : Point
GetEucledianDistance ( Point p ) : double
GetPlanarDistance ( Point p ) : double
GetRandomUnitVector ( ) : Point
Length ( ) : double
Point ( ) : System
Point ( IDictionary ht ) : System
Point ( Point p ) : System
Point ( double side, double height ) : System
Point ( string s ) : System
Scale ( double s ) : void
ToDictionary ( ) : IDictionary
ToString ( ) : string

메소드 상세

Add() 공개 메소드

public Add ( Point p ) : void
p Point
리턴 void

Bump() 공개 메소드

public Bump ( ) : void
리턴 void

CheckHeight() 공개 메소드

public CheckHeight ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( Point other ) : bool
other Point
리턴 bool

GetDirection() 공개 메소드

public GetDirection ( Point p ) : Point
p Point
리턴 Point

GetEucledianDistance() 공개 메소드

public GetEucledianDistance ( Point p ) : double
p Point
리턴 double

GetPlanarDistance() 공개 메소드

public GetPlanarDistance ( Point p ) : double
p Point
리턴 double

GetRandomUnitVector() 공개 정적인 메소드

public static GetRandomUnitVector ( ) : Point
리턴 Point

Length() 공개 메소드

public Length ( ) : double
리턴 double

Point() 공개 메소드

public Point ( ) : System
리턴 System

Point() 공개 메소드

public Point ( IDictionary ht ) : System
ht IDictionary
리턴 System

Point() 공개 메소드

public Point ( Point p ) : System
p Point
리턴 System

Point() 공개 메소드

public Point ( double side, double height ) : System
side double
height double
리턴 System

Point() 공개 메소드

public Point ( string s ) : System
s string
리턴 System

Scale() 공개 메소드

public Scale ( double s ) : void
s double
리턴 void

ToDictionary() 공개 메소드

public ToDictionary ( ) : IDictionary
리턴 IDictionary

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

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

public static int DIMENSIONS
리턴 int

INITIAL_VECTOR_VALUE 보호되어 있는 정적으로 프로퍼티

protected static int INITIAL_VECTOR_VALUE
리턴 int

MIN_HEIGHT 보호되어 있는 정적으로 프로퍼티

protected static double MIN_HEIGHT
리턴 double

_height 보호되어 있는 프로퍼티

protected double _height
리턴 double

_rr 보호되어 있는 정적으로 프로퍼티

protected static Random,System _rr
리턴 System.Random

_side 보호되어 있는 프로퍼티

protected double[] _side
리턴 double[]