Method | Description | |
---|---|---|
ApproachZero ( this vec ) : Vector2 | ||
ApproachZeroX ( this vec ) : Vector2 | ||
ApproachZeroY ( this vec ) : Vector2 | ||
BitSet ( this toCheck, int index ) : bool | ||
ConcatString ( this array, string delim ) : string | ||
DToR ( this f ) : float | ||
RToD ( this f ) : float | ||
SetBit ( this toSet, int index, bool set = true ) : byte | ||
SetBit ( this toSet, int index, bool set = true ) : int | ||
SetBit ( this toSet, int index, bool set = true ) : long | ||
SetBit ( this toSet, int index, bool set = true ) : short | ||
ToPoint ( this vec ) : Point | ||
ToVector2 ( this p ) : Vector2 |
public static ApproachZero ( this vec ) : Vector2 | ||
vec | this | |
return | Vector2 |
public static ApproachZeroX ( this vec ) : Vector2 | ||
vec | this | |
return | Vector2 |
public static ApproachZeroY ( this vec ) : Vector2 | ||
vec | this | |
return | Vector2 |
public static BitSet ( this toCheck, int index ) : bool | ||
toCheck | this | |
index | int | |
return | bool |
public static ConcatString ( this array, string delim ) : string | ||
array | this | |
delim | string | |
return | string |
public static SetBit ( this toSet, int index, bool set = true ) : byte | ||
toSet | this | |
index | int | |
set | bool | |
return | byte |
public static SetBit ( this toSet, int index, bool set = true ) : int | ||
toSet | this | |
index | int | |
set | bool | |
return | int |
public static SetBit ( this toSet, int index, bool set = true ) : long | ||
toSet | this | |
index | int | |
set | bool | |
return | long |
public static SetBit ( this toSet, int index, bool set = true ) : short | ||
toSet | this | |
index | int | |
set | bool | |
return | short |