C# 클래스 Jamoki.Tools.Pinboard.Vector

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

공개 메소드들

메소드 설명
Dot ( Vector v0, Vector v1 ) : int
IsPointInTriangle ( Point p, Point a, Point b, Point c ) : bool
IsPointInTriangleOld ( Point P, Point A, Point B, Point C ) : bool
Length ( Vector v ) : double
Vector ( Point point ) : System
Vector ( int x, int y ) : System

메소드 상세

Dot() 공개 정적인 메소드

public static Dot ( Vector v0, Vector v1 ) : int
v0 Vector
v1 Vector
리턴 int

IsPointInTriangle() 공개 정적인 메소드

public static IsPointInTriangle ( Point p, Point a, Point b, Point c ) : bool
p Point
a Point
b Point
c Point
리턴 bool

IsPointInTriangleOld() 공개 정적인 메소드

public static IsPointInTriangleOld ( Point P, Point A, Point B, Point C ) : bool
P Point
A Point
B Point
C Point
리턴 bool

Length() 공개 정적인 메소드

public static Length ( Vector v ) : double
v Vector
리턴 double

Vector() 공개 메소드

public Vector ( Point point ) : System
point Point
리턴 System

Vector() 공개 메소드

public Vector ( int x, int y ) : System
x int
y int
리턴 System