From 83246a100edfe4e419e0ca97384f3dea6b75e86d Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 20 May 2022 22:19:00 -0400 Subject: [PATCH] Update body_schema.json --- NewHorizons/Schemas/body_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index acd17a96..c3caf6f2 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1097,12 +1097,12 @@ }, "wanderDegreesX": { "type": "number", - "description": "Angular distance from the starting position that it will wander, in terms of the angle around the x-axis.", + "description": "Angular distance from the starting position that it will wander, in terms of the azimuthal angle (angle of rotation around the polar axis).", "default": 45 }, "wanderDegreesZ": { "type": "number", - "description": "Angular distance from the starting position that it will wander, in terms of the angle around the z-axis.", + "description": "Angular distance from the starting position that it will wander, in terms of the polar angle (angle between the radial vector and the polar axis).", "default": 45 } }