@twinfinity/geometryFunctionsplaneFromPointAndNormalplaneFromPointAndNormal CallableplaneFromPointAndNormal(point: Vec3, normal: Vec3): PlaneCreate a plane from a point on the plane and a normal direction. The normal is normalized internally — callers do not need to pre-normalize.Parameterspoint: Vec3normal: Vec3Returns Plane
Create a plane from a point on the plane and a normal direction. The normal is normalized internally — callers do not need to pre-normalize.