Vector struct, which performs basic 3D vector math operations.
Vector4 is one of the core classes of the engine, and includes several built-in helper functions to perform basic vector math operations.
See Source File
MIT License
Copyright (c) 2007 Juan Linietsky, Ariel Manzur. Copyright (c) 2014 Godot Engine contributors (cf. AUTHORS.md) Copyright (c) 2017 Godot-D contributors Copyright (c) 2022 Godot-DLang contributors
Vector struct, which performs basic 3D vector math operations.