Plane3f

Inheritance diagram of Imath.Plane3f
class Plane3f

Bases: pybind11_builtins.pybind11_object

Constructors

__init__(*args, **kwargs) Overloaded function.

Methods

intersect(self, arg0)

Properties

distance
normal
__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: Imath.Plane3f) -> None
  2. __init__(self: Imath.Plane3f, arg0: Imath.V3f, arg1: float) -> None
  3. __init__(self: Imath.Plane3f, arg0: Imath.V3f, arg1: Imath.V3f) -> None
  4. __init__(self: Imath.Plane3f, arg0: Imath.V3f, arg1: Imath.V3f, arg2: Imath.V3f) -> None
intersect(self: Imath.Plane3f, arg0: Imath.Line3f) → tuple