Click or drag to resize

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
)

Parameters

x
Type: SystemSingle
Value

Return Value

Type: Single
Square root of value
See Also