Edit and compile if you like:
\documentclass[border=3pt]{standalone}%Drawing\usepackage{tikz}\usepackage{tikz-3dplot}%Notation\usepackage{physics}\usepackage{bm}%Tikz Library\usetikzlibrary{calc, 3d}%Newcommand%%Right Angle\def\rightangle[size=#1](#2,#3,#4){\draw[thick] ($(#3)!#1!(#2)$) -- ($($(#3)!#1!(#2)$)!#1!90:(#2)$) -- ($(#3)!#1!(#4)$)}\begin{document}%Macros\pgfmathsetmacro{\rvec}{2.5}\pgfmathsetmacro{\phivec}{80}%Axis Angles\tdplotsetmaincoords{70}{130}%Layers\pgfdeclarelayer{background}\pgfdeclarelayer{foreground}\pgfsetlayers{background, main, foreground}\begin{tikzpicture}[scale=0.7, tdplot_main_coords]\coordinate (O) at (0,0,0);% %Axis% \draw[thick, ->] (O) -- (10,0,0) node[pos=1.1] {$x$};% \draw[thick, ->] (O) -- (0,10,0) node[pos=1.1] {$y$};% \draw[thick, ->] (O) -- (0,0,10) node[pos=1.1] {$z$};%Coordinates
Click to download: non-inertial-for_1.tex
Open in Overleaf: non-inertial-for_1.tex
This file is available on GitHub.
See more on the author page of Alexandros Tsagkaropolulos.