Method code for $math.cylindrical_rectangular()

[Turn on line numbering]
arg coords;

return [coords[1] * cos(coords[2]), coords[1] * sin(coords[2]), coords[3]];

["// Various Contributors, including: Miroslav Silovic, Bruce Mitchner, Nolan, Sean R. Lynch, Technobunny", "// Created 19-Oct-1996 as a part of ColdCore, see: @help Credit"]

the Cold Dark