aboutsummaryrefslogtreecommitdiff
path: root/core/math/camera_matrix.h
diff options
context:
space:
mode:
authorJuan Linietsky2016-12-04 12:45:30 -0300
committerJuan Linietsky2016-12-04 12:45:30 -0300
commita299c3ebf1ceb3ce108526b3e134e82e5bf4413b (patch)
treef62ea61a7245d83caadc8c6c84d82e129ef240cf /core/math/camera_matrix.h
parent27a46d78ec43b69a70a1d84c540353e3cb3b04c0 (diff)
downloadgodot-a299c3ebf1ceb3ce108526b3e134e82e5bf4413b.tar.gz
godot-a299c3ebf1ceb3ce108526b3e134e82e5bf4413b.tar.zst
godot-a299c3ebf1ceb3ce108526b3e134e82e5bf4413b.zip
Diffstat (limited to 'core/math/camera_matrix.h')
-rw-r--r--core/math/camera_matrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/math/camera_matrix.h b/core/math/camera_matrix.h
index bf8cf3592..7fcff6376 100644
--- a/core/math/camera_matrix.h
+++ b/core/math/camera_matrix.h
@@ -87,6 +87,7 @@ struct CameraMatrix {
void scale_translate_to_fit(const AABB& p_aabb);
void make_scale(const Vector3 &p_scale);
+ int get_pixels_per_meter(int p_for_pixel_width) const;
operator Transform() const;
CameraMatrix();