createFrom MethodStatic
Create a new Plane3dByOriginAndUnitNormal from a variety of plane types.
- The inputs are NOT captured.
- Returns undefined if source.getUnitNormal()returns undefined.
createFrom(source: Plane3d, result?: Plane3dByOriginAndUnitNormal): undefined | Plane3dByOriginAndUnitNormal
| Parameter | Type | Description | 
|---|---|---|
| source | Plane3d | |
| result | Plane3dByOriginAndUnitNormal | 
Returns - undefined | Plane3dByOriginAndUnitNormal
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.