Line3f¶

-
class
Line3f¶ Bases:
pybind11_builtins.pybind11_objectConstructors
__init__(*args, **kwargs)Overloaded function. Methods
__call__(self, arg0)closestPointTo(*args, **kwargs)Overloaded function. Properties
posdir-
__call__(self: Imath.Line3f, arg0: float) → Imath.V3f¶
-
__init__(*args, **kwargs)¶ Overloaded function.
- __init__(self: Imath.Line3f) -> None
- __init__(self: Imath.Line3f, arg0: Imath.V3f, arg1: Imath.V3f) -> None
-
closestPointTo(*args, **kwargs)¶ Overloaded function.
- closestPointTo(self: Imath.Line3f, arg0: Imath.V3f) -> Imath.V3f
- closestPointTo(self: Imath.Line3f, arg0: Imath.Line3f) -> Imath.V3f
-