Method | Description | |
---|---|---|
NextFloat ( this rand, float minValue, float maxValue ) : float | ||
NextVector2 ( this rand, float minLength, float maxLength ) : Vector2 | ||
ScaleTo ( this vector, float length ) : Vector2 | ||
ToAngle ( this vector ) : float | ||
ToPoint ( this vector ) : Point |
public static NextFloat ( this rand, float minValue, float maxValue ) : float | ||
rand | this | |
minValue | float | |
maxValue | float | |
return | float |
public static NextVector2 ( this rand, float minLength, float maxLength ) : Vector2 | ||
rand | this | |
minLength | float | |
maxLength | float | |
return | Vector2 |
public static ScaleTo ( this vector, float length ) : Vector2 | ||
vector | this | |
length | float | |
return | Vector2 |
public static ToAngle ( this vector ) : float | ||
vector | this | |
return | float |
public static ToPoint ( this vector ) : Point | ||
vector | this | |
return | Point |