Line3f

Inheritance diagram of Imath.Line3f
class Line3f

Methods

__call__(self, arg0)

__init__(*args, **kwargs)

Overloaded function.

closestPointTo(*args, **kwargs)

Overloaded function.

Properties

pos

dir

__init__(*args, **kwargs)

Overloaded function.

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

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

  3. __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