Plane3d

Inheritance diagram of Imath.Plane3d
class Plane3d

Methods

__init__(*args, **kwargs)

Overloaded function.

intersect(self, arg0)

Properties

normal

distance

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: Imath.Plane3d) -> None

  2. __init__(self: Imath.Plane3d, arg0: Imath.Plane3d) -> None

  3. __init__(self: Imath.Plane3d, arg0: Imath.V3d, arg1: float) -> None

  4. __init__(self: Imath.Plane3d, arg0: Imath.V3d, arg1: Imath.V3d) -> None

  5. __init__(self: Imath.Plane3d, arg0: Imath.V3d, arg1: Imath.V3d, arg2: Imath.V3d) -> None

intersect(self: Imath.Plane3d, arg0: Imath.Line3d) tuple