C# Class RedBadger.Xpf.Internal.VectorExtensions

Mostra file Open project: redbadger/XPF

Public Methods

Method Description
IsCloseTo ( this value1, Vector value2 ) : bool
IsDifferentFrom ( this value1, Vector value2 ) : bool

Method Details

IsCloseTo() public static method

public static IsCloseTo ( this value1, Vector value2 ) : bool
value1 this
value2 Vector
return bool

IsDifferentFrom() public static method

public static IsDifferentFrom ( this value1, Vector value2 ) : bool
value1 this
value2 Vector
return bool