Click or drag to resize

PathGeneratorSquareRoot Method

Optimized square root

Namespace:  DigitalRuby.ThunderAndLightning
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