Plane

class pythreejs.Plane(normal=[0, 0, 0], constant=0)[source]

Plane

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

Inherits ThreeWidget.

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

normal
Vector3(default_value=[0, 0, 0]).tag(sync=True)
constant
IEEEFloat(0, allow_none=False).tag(sync=True)
constant = IEEEFloat(0)

a float

normal = Vector3([0, 0, 0])

a tuple of any type