C# Класс CrossUI.Drawing.VectorExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Abs ( this _ ) : Vector
Ceiling ( this _ ) : Vector
Floor ( this _ ) : Vector
Length ( this v ) : double
Round ( this _ ) : Vector
SquaredLength ( this v ) : double

Приватные методы

Метод Описание
transform ( this _, double>.Func transform ) : Vector

Описание методов

Abs() публичный статический Метод

public static Abs ( this _ ) : Vector
_ this
Результат Vector

Ceiling() публичный статический Метод

public static Ceiling ( this _ ) : Vector
_ this
Результат Vector

Floor() публичный статический Метод

public static Floor ( this _ ) : Vector
_ this
Результат Vector

Length() публичный статический Метод

public static Length ( this v ) : double
v this
Результат double

Round() публичный статический Метод

public static Round ( this _ ) : Vector
_ this
Результат Vector

SquaredLength() публичный статический Метод

public static SquaredLength ( this v ) : double
v this
Результат double