Метод | Описание | |
---|---|---|
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 | |
Результат | Vector2 |
public static ApproachZeroX ( this vec ) : Vector2 | ||
vec | this | |
Результат | Vector2 |
public static ApproachZeroY ( this vec ) : Vector2 | ||
vec | this | |
Результат | Vector2 |
public static BitSet ( this toCheck, int index ) : bool | ||
toCheck | this | |
index | int | |
Результат | bool |
public static ConcatString ( this array, string delim ) : string | ||
array | this | |
delim | string | |
Результат | string |
public static SetBit ( this toSet, int index, bool set = true ) : byte | ||
toSet | this | |
index | int | |
set | bool | |
Результат | byte |
public static SetBit ( this toSet, int index, bool set = true ) : int | ||
toSet | this | |
index | int | |
set | bool | |
Результат | int |
public static SetBit ( this toSet, int index, bool set = true ) : long | ||
toSet | this | |
index | int | |
set | bool | |
Результат | long |
public static SetBit ( this toSet, int index, bool set = true ) : short | ||
toSet | this | |
index | int | |
set | bool | |
Результат | short |
public static ToPoint ( this vec ) : Point | ||
vec | this | |
Результат | Point |
public static ToVector2 ( this p ) : Vector2 | ||
p | this | |
Результат | Vector2 |