C# Class CrossUI.Drawing.VectorExtensions

Show file Open project: pragmatrix/CrossUI

Public Methods

Method Description
Abs ( this _ ) : Vector
Ceiling ( this _ ) : Vector
Floor ( this _ ) : Vector
Length ( this v ) : double
Round ( this _ ) : Vector
SquaredLength ( this v ) : double

Private Methods

Method Description
transform ( this _, double>.Func transform ) : Vector

Method Details

Abs() public static method

public static Abs ( this _ ) : Vector
_ this
return Vector

Ceiling() public static method

public static Ceiling ( this _ ) : Vector
_ this
return Vector

Floor() public static method

public static Floor ( this _ ) : Vector
_ this
return Vector

Length() public static method

public static Length ( this v ) : double
v this
return double

Round() public static method

public static Round ( this _ ) : Vector
_ this
return Vector

SquaredLength() public static method

public static SquaredLength ( this v ) : double
v this
return double