C# Class CrossUI.Drawing.VectorExtensions

Afficher le fichier Open project: pragmatrix/CrossUI

Méthodes publiques

Méthode Description
Abs ( this _ ) : Vector
Ceiling ( this _ ) : Vector
Floor ( this _ ) : Vector
Length ( this v ) : double
Round ( this _ ) : Vector
SquaredLength ( this v ) : double

Private Methods

Méthode Description
transform ( this _, double>.Func transform ) : Vector

Method Details

Abs() public static méthode

public static Abs ( this _ ) : Vector
_ this
Résultat Vector

Ceiling() public static méthode

public static Ceiling ( this _ ) : Vector
_ this
Résultat Vector

Floor() public static méthode

public static Floor ( this _ ) : Vector
_ this
Résultat Vector

Length() public static méthode

public static Length ( this v ) : double
v this
Résultat double

Round() public static méthode

public static Round ( this _ ) : Vector
_ this
Résultat Vector

SquaredLength() public static méthode

public static SquaredLength ( this v ) : double
v this
Résultat double