Line3f

Inheritance diagram of Imath.Line3f
class Line3f

Bases: pybind11_builtins.pybind11_object

Constructors

__init__(*args, **kwargs) Overloaded function.

Methods

__call__(self, arg0)
closestPointTo(*args, **kwargs) Overloaded function.

Properties

pos
dir
__call__(self: Imath.Line3f, arg0: float) → Imath.V3f
__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: Imath.Line3f) -> None
  2. __init__(self: Imath.Line3f, arg0: Imath.V3f, arg1: Imath.V3f) -> None
closestPointTo(*args, **kwargs)

Overloaded function.

  1. closestPointTo(self: Imath.Line3f, arg0: Imath.V3f) -> Imath.V3f
  2. closestPointTo(self: Imath.Line3f, arg0: Imath.Line3f) -> Imath.V3f