Documentation / @ripl/3d / createPlane
Function: createPlane()
createPlane(...
options):Plane
Defined in: 3d/src/elements/plane.ts:64
Factory function that creates a new Plane instance.
Parameters
| Parameter | Type |
|---|---|
...options | [Partial<Omit<ElementOptions<PlaneState>, "zIndex">>] |