V2f¶

-
class
V2f¶ Bases:
pybind11_builtins.pybind11_objectConstructors
__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
yx-
__add__(self: Imath.V2f, arg0: Imath.V2f) → Imath.V2f¶
-
__div__(*args, **kwargs)¶ Overloaded function.
- __div__(self: Imath.V2f, arg0: float) -> Imath.V2f
- __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.
- __init__(self: Imath.V2f) -> None
- __init__(self: Imath.V2f, arg0: float) -> None
- __init__(self: Imath.V2f, arg0: float, arg1: float) -> None
- __init__(self: Imath.V2f, arg0: Imath.V2f) -> None
-
__mul__(*args, **kwargs)¶ Overloaded function.
- __mul__(self: Imath.V2f, arg0: float) -> Imath.V2f
- __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¶
-