  | IPolarMapTPointGetStartAngleZ Method  | 
 
            Returns the Z angle in degrees of the given grid point at 
            the start 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
Syntaxfloat GetStartAngleZ(
	TPoint gridPoint
)
Parameters
- gridPoint
 - Type: TPoint
 
Return Value
Type: 
Single
See Also