Click or drag to resize

IPolarMapTPointGetEndAngleZ Method

Returns the Z angle in degrees of the given grid point at the end of the sector. This is useful for making a mesh for the sector band, for instance.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
float GetEndAngleZ(
	TPoint gridPoint
)

Parameters

gridPoint
Type: TPoint

Return Value

Type: Single
See Also