fromCartesian4

fun fromCartesian4(coefficients: Cartesian4, result: Plane? = definedExternally): Plane(source)

Creates a plane from the general equation

Return

A new plane instance or the modified result parameter.

Parameters

coefficients

The plane's normal (normalized).

result

The object onto which to store the result.

See also