From 8dd027eabeda9e9314db757e4b907d70e16904f6 Mon Sep 17 00:00:00 2001 From: milad Date: Sun, 20 May 2018 14:22:51 -0700 Subject: [PATCH] vec3 --- libraries/script-engine/src/Vec3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/script-engine/src/Vec3.h b/libraries/script-engine/src/Vec3.h index eb9438c5c2..b04a07aa22 100644 --- a/libraries/script-engine/src/Vec3.h +++ b/libraries/script-engine/src/Vec3.h @@ -43,7 +43,7 @@ * The Vec3 API facilities for generating and manipulating 3-dimensional vectors. High Fidelity uses a right-handed * Cartesian coordinate system where the y-axis is the "up" and the negative z-axis is the "front" direction. * High Fidelity coordinate system + * src="/images/opengl-coord-system.jpg" /> * * @namespace Vec3 * @variation 0