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
IEEEFloat(1, allow_none=False).tag(sync=True)
theta
IEEEFloat(0, allow_none=False).tag(sync=True)
y
IEEEFloat(0, allow_none=False).tag(sync=True)
radius = IEEEFloat(1)

a float

theta = IEEEFloat(0)

a float

y = IEEEFloat(0)

a float