Cylindrical

class pythreejs.Cylindrical(radius=1, theta=0, y=0)[source]

Cylindrical

Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/math/Cylindrical

Inherits ThreeWidget.

Three.js docs: https://threejs.org/docs/#api/math/Cylindrical

radius
CFloat(1, allow_none=False).tag(sync=True)
theta
CFloat(0, allow_none=False).tag(sync=True)
y
CFloat(0, allow_none=False).tag(sync=True)
radius = CFloat(1)

a float

theta = CFloat(0)

a float

y = CFloat(0)

a float