C# 클래스 iTextSharp.text.pdf.parser.Vector

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
Cross ( Matrix by ) : Vector
Cross ( Vector with ) : Vector
Dot ( Vector with ) : float
Equals ( Object obj ) : bool
GetHashCode ( ) : int
Multiply ( float by ) : Vector
Normalize ( ) : Vector
Subtract ( Vector v ) : Vector
ToString ( ) : String
Vector ( float x, float y, float z ) : System
this ( int index ) : float

메소드 상세

Cross() 공개 메소드

public Cross ( Matrix by ) : Vector
by Matrix
리턴 Vector

Cross() 공개 메소드

public Cross ( Vector with ) : Vector
with Vector
리턴 Vector

Dot() 공개 메소드

public Dot ( Vector with ) : float
with Vector
리턴 float

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Multiply() 공개 메소드

public Multiply ( float by ) : Vector
by float
리턴 Vector

Normalize() 공개 메소드

public Normalize ( ) : Vector
리턴 Vector

Subtract() 공개 메소드

public Subtract ( Vector v ) : Vector
v Vector
리턴 Vector

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

Vector() 공개 메소드

public Vector ( float x, float y, float z ) : System
x float
y float
z float
리턴 System

this() 공개 메소드

public this ( int index ) : float
index int
리턴 float