V2f

Inheritance diagram of Imath.V2f
class V2f

Bases: pybind11_builtins.pybind11_object

Constructors

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

Methods

__add__(self, arg0)
__div__(*args, **kwargs) Overloaded function.
__eq__(self, arg0)
__getitem__(self, arg0)
__mul__(*args, **kwargs) Overloaded function.
__neg__(self)
__neq__(self, arg0)
__repr__(self)
__setitem__(self, arg0, arg1)
__sub__(self, arg0)
cross(self, arg0)
dot(self, arg0)
length(self)
normalize(self)
normalized(self)

Properties

y
x
__add__(self: Imath.V2f, arg0: Imath.V2f) → Imath.V2f
__div__(*args, **kwargs)

Overloaded function.

  1. __div__(self: Imath.V2f, arg0: float) -> Imath.V2f
  2. __div__(self: Imath.V2f, arg0: Imath.V2f) -> Imath.V2f
__eq__(self: Imath.V2f, arg0: Imath.V2f) → bool
__getitem__(self: Imath.V2f, arg0: int) → float
__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: Imath.V2f) -> None
  2. __init__(self: Imath.V2f, arg0: float) -> None
  3. __init__(self: Imath.V2f, arg0: float, arg1: float) -> None
  4. __init__(self: Imath.V2f, arg0: Imath.V2f) -> None
__mul__(*args, **kwargs)

Overloaded function.

  1. __mul__(self: Imath.V2f, arg0: float) -> Imath.V2f
  2. __mul__(self: Imath.V2f, arg0: Imath.V2f) -> Imath.V2f
__neg__(self: Imath.V2f) → Imath.V2f
__neq__(self: Imath.V2f, arg0: Imath.V2f) → bool
__repr__(self: Imath.V2f) → unicode
__setitem__(self: Imath.V2f, arg0: int, arg1: float) → None
__sub__(self: Imath.V2f, arg0: Imath.V2f) → Imath.V2f
cross(self: Imath.V2f, arg0: Imath.V2f) → float
dot(self: Imath.V2f, arg0: Imath.V2f) → float
length(self: Imath.V2f) → float
normalize(self: Imath.V2f) → Imath.V2f
normalized(self: Imath.V2f) → Imath.V2f