Plane.from_abcd

classmethod Plane.from_abcd(abcd)[source]

Construct a plane from the plane equation coefficients.

Parameters:
abcd[float, float, float, float]

The equation coefficients.

Returns:
compas.geometry.Plane