Plane3d

- class Plane3d
Methods
__init__(*args, **kwargs)Overloaded function.
intersect(self, arg0)Properties
normaldistance- __init__(*args, **kwargs)
Overloaded function.
__init__(self: Imath.Plane3d) -> None
__init__(self: Imath.Plane3d, arg0: Imath.Plane3d) -> None
__init__(self: Imath.Plane3d, arg0: Imath.V3d, arg1: float) -> None
__init__(self: Imath.Plane3d, arg0: Imath.V3d, arg1: Imath.V3d) -> None
__init__(self: Imath.Plane3d, arg0: Imath.V3d, arg1: Imath.V3d, arg2: Imath.V3d) -> None
- intersect(self: Imath.Plane3d, arg0: Imath.Line3d) tuple