PathGeneratorSquareRoot Method |
Compute square root, can be changed using USE_MATH_SQUARE_ROOT or USE_QUAKE_SQUARE_ROOT or neither
Namespace:
DigitalRuby.FastLineRenderer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static float SquareRoot(
float x
)
Public Shared Function SquareRoot (
x As Single
) As Single
public:
static float SquareRoot(
float x
)
static member SquareRoot :
x : float32 -> float32
Parameters
- x
- Type: SystemSingle
Value
Return Value
Type:
SingleSquare root of value
See Also