Click or drag to resize

SphericalCoordinateRotate Method

Moves the point in a given direction.

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

Parameters

byPolar
Type: SystemSingle
byElevation
Type: SystemSingle

Return Value

Type: SphericalCoordinate
See Also