Plane3f¶

-
class
Plane3f¶ Bases:
pybind11_builtins.pybind11_objectConstructors
__init__(*args, **kwargs)Overloaded function. Methods
intersect(self, arg0)Properties
distancenormal-
__init__(*args, **kwargs)¶ Overloaded function.
- __init__(self: Imath.Plane3f) -> None
- __init__(self: Imath.Plane3f, arg0: Imath.V3f, arg1: float) -> None
- __init__(self: Imath.Plane3f, arg0: Imath.V3f, arg1: Imath.V3f) -> None
- __init__(self: Imath.Plane3f, arg0: Imath.V3f, arg1: Imath.V3f, arg2: Imath.V3f) -> None
-
intersect(self: Imath.Plane3f, arg0: Imath.Line3f) → tuple¶
-