C# Class Mono.Simd.Math.Vector4fExtensions

Mostrar archivo Open project: mono/Mono.Simd.Math

Public Methods

Method Description
ApproxEquals ( this vec, Mono.Simd.Vector4f vector, float tolerance ) : bool
IsFinite ( this vec ) : bool
Length ( this vec ) : float
LengthSquared ( this vec ) : float
Negate ( this vec ) : void
Normalize ( this vec ) : void

Method Details

ApproxEquals() public static method

public static ApproxEquals ( this vec, Mono.Simd.Vector4f vector, float tolerance ) : bool
vec this
vector Mono.Simd.Vector4f
tolerance float
return bool

IsFinite() public static method

public static IsFinite ( this vec ) : bool
vec this
return bool

Length() public static method

public static Length ( this vec ) : float
vec this
return float

LengthSquared() public static method

public static LengthSquared ( this vec ) : float
vec this
return float

Negate() public static method

public static Negate ( this vec ) : void
vec this
return void

Normalize() public static method

public static Normalize ( this vec ) : void
vec this
return void