You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Core: Add constexpr constructors/operators to math structs
• Begin integrating `constexpr` on math tests; use `static_assert` where appropriate
This commit is contained in:
@@ -2712,8 +2712,6 @@ Transform3D OpenXRAPI::transform_from_pose(const XrPosef &p_pose) {
|
||||
|
||||
template <typename T>
|
||||
XRPose::TrackingConfidence _transform_from_location(const T &p_location, Transform3D &r_transform) {
|
||||
Basis basis;
|
||||
Vector3 origin;
|
||||
XRPose::TrackingConfidence confidence = XRPose::XR_TRACKING_CONFIDENCE_NONE;
|
||||
const XrPosef &pose = p_location.pose;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user