contains

open operator fun contains(obj: O): Boolean(source)

Check if the hyperplane contains a point.

Return

True if the point is on the hyperplane, false otherwise.

Parameters

obj

The point to check.