Click or drag to resize

SphericalCoordinateTranslate Method

Moves the point inward or outward by a given radius.

Namespace:  Kit.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public SphericalCoordinate Translate(
	float byRadius
)
Request Example View Source

Parameters

byRadius
Type: SystemSingle

Return Value

Type: SphericalCoordinate
See Also