V2f

Inheritance diagram of Imath.V2f
class V2f

Methods

__add__(self, arg0)

__eq__(self, arg0)

__getitem__(self, arg0)

__init__(*args, **kwargs)

Overloaded function.

__mul__(*args, **kwargs)

Overloaded function.

__neg__(self)

__neq__(self, arg0)

__repr__(self)

__rmul__(self, arg0)

__setitem__(self, arg0, arg1)

__sub__(self, arg0)

__truediv__(*args, **kwargs)

Overloaded function.

cross(self, arg0)

dot(self, arg0)

equalWithAbsError(self, arg0, arg1)

equalWithRelError(self, arg0, arg1)

length(self)

length2(self)

normalize(self)

normalized(self)

Properties

x

y

__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_2_5::Vec2<int>) -> None

  5. __init__(self: Imath.V2f, arg0: Imath.V2f) -> None

  6. __init__(self: Imath.V2f, arg0: Imath_2_5::Vec2<double>) -> None

cross(self: Imath.V2f, arg0: Imath.V2f) float
dot(self: Imath.V2f, arg0: Imath.V2f) float
equalWithAbsError(self: Imath.V2f, arg0: Imath.V2f, arg1: float) bool
equalWithRelError(self: Imath.V2f, arg0: Imath.V2f, arg1: float) bool
length(self: Imath.V2f) float
length2(self: Imath.V2f) float
normalize(self: Imath.V2f) Imath.V2f
normalized(self: Imath.V2f) Imath.V2f