C# Class iTextSharp.text.pdf.parser.Vector

Datei anzeigen Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
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

Method Details

Cross() public method

public Cross ( Matrix by ) : Vector
by Matrix
return Vector

Cross() public method

public Cross ( Vector with ) : Vector
with Vector
return Vector

Dot() public method

public Dot ( Vector with ) : float
with Vector
return float

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Multiply() public method

public Multiply ( float by ) : Vector
by float
return Vector

Normalize() public method

public Normalize ( ) : Vector
return Vector

Subtract() public method

public Subtract ( Vector v ) : Vector
v Vector
return Vector

ToString() public method

public ToString ( ) : String
return String

Vector() public method

public Vector ( float x, float y, float z ) : System
x float
y float
z float
return System

this() public method

public this ( int index ) : float
index int
return float