TinyCircuits / TinyCircuits-Tiny-Game-Engine

MicroPython game engine for TinyCircuits Thumby Color
GNU General Public License v3.0
9 stars 1 forks source link

Vector3.normalized() return incorrect result #79

Closed SunnyChowTheGuy closed 1 month ago

SunnyChowTheGuy commented 2 months ago

Example:

v = Vector3(1,2,3)
print(v.normalized())

The example returns (0.333333349227905 0.666666698455811 0.666666698455811)