Table of Contents

Method Polar

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Polar(float, float)

Creates a PolarMap. This map transform a Cartesian coordinate into a polar coordinate.

public static IMap<Vector3, Vector3> Polar(float radius, float theta)

Parameters

radius float

Radius magnitude of the polar map.

theta float

Angle magnitude of the polar map.

Returns

IMap<Vector3, Vector3>