Line3d

Inheritance diagram of Imath.Line3d
class Line3d

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.Line3d) -> None

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

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

closestPointTo(*args, **kwargs)

Overloaded function.

  1. closestPointTo(self: Imath.Line3d, arg0: Imath.V3d) -> Imath.V3d

  2. closestPointTo(self: Imath.Line3d, arg0: Imath.Line3d) -> Imath.V3d