set

fun set(radius: Double, theta: Double, y: Double): Cylindrical

Sets the cylindrical components by copying the given values.

Return

A reference to this cylindrical.

Parameters

radius

The radius.

theta

The theta angle.

y

The height value.