Plane3f

Inheritance diagram of Imath.Plane3f
class Plane3f

Methods

__init__(*args, **kwargs)

Overloaded function.

intersect(self, arg0)

Properties

normal

distance

__init__(*args, **kwargs)

Overloaded function.

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

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

  3. __init__(self: Imath.Plane3f, arg0: Imath.V3f, arg1: float) -> None

  4. __init__(self: Imath.Plane3f, arg0: Imath.V3f, arg1: Imath.V3f) -> None

  5. __init__(self: Imath.Plane3f, arg0: Imath.V3f, arg1: Imath.V3f, arg2: Imath.V3f) -> None

intersect(self: Imath.Plane3f, arg0: Imath.Line3f) tuple