We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b30ebb commit 943fc98Copy full SHA for 943fc98
nalpy/math/_c_extensions/vector2_int.pyi
@@ -83,7 +83,7 @@ class Vector2Int:
83
84
@staticmethod
85
def trunc(v: Vector2) -> Vector2Int:
86
- """Create a new `Vector2Int` by truncating the components of the given `Vector2`."""
+ """Create a new `Vector2Int` by truncating the components of the given `Vector2`. Truncating is equivalent to `int(float_value)`."""
87
...
88
89
pyproject.toml
@@ -9,7 +9,7 @@ authors = [
9
]
10
requires-python = ">=3.11"
11
description = "An experimental portable package for different types of projects."
12
-version = "0.3.5"
+version = "0.3.6"
13
dynamic = ["readme"]
14
15
[tool.setuptools.dynamic]
0 commit comments