C# 클래스 CrossUI.Drawing.VectorExtensions

파일 보기 프로젝트 열기: pragmatrix/CrossUI

공개 메소드들

메소드 설명
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