Plane3f

- class Plane3f
Methods
__init__(*args, **kwargs)Overloaded function.
intersect(self, arg0)Properties
normaldistance- __init__(*args, **kwargs)
Overloaded function.
__init__(self: Imath.Plane3f) -> None
__init__(self: Imath.Plane3f, arg0: 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