mymesh.implicit.plane#
- mymesh.implicit.plane(pt, normal)[source]#
Implicit function of an arbitrary plane.
- Parameters:
pt (array_like) – Three element array_like, coordinates of a point on the plane.
normal (array_like) – Three element array_like, normal vector of plane.
- Returns:
func – Implicit function of three parameters (x, y, z)
- Return type:
function