mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Replace Quaternion Euler constructor with from_euler
method
This commit is contained in:
parent
e6751549cf
commit
83634119d4
11 changed files with 68 additions and 65 deletions
|
@ -141,7 +141,6 @@ void Variant::_register_variant_constructors() {
|
|||
add_constructor<VariantConstructor<Quaternion, Vector3, double>>(sarray("axis", "angle"));
|
||||
add_constructor<VariantConstructor<Quaternion, Vector3, Vector3>>(sarray("arc_from", "arc_to"));
|
||||
add_constructor<VariantConstructor<Quaternion, double, double, double, double>>(sarray("x", "y", "z", "w"));
|
||||
add_constructor<VariantConstructor<Quaternion, Vector3>>(sarray("euler_yxz"));
|
||||
|
||||
add_constructor<VariantConstructNoArgs<::AABB>>(sarray());
|
||||
add_constructor<VariantConstructor<::AABB, ::AABB>>(sarray("from"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue