AFAICT the trig method for solving low degree polynomial relies on the properties of Chebyshev polynomials.
Another starting point is that the solutions of
$$
\cos n\alpha=\cos \beta
$$
are
$$
\alpha=\frac1n(\pm \beta+\frac k{2\pi})\tag{1}
$$
with $k\in\Bbb{Z}$. This is an immediate consequence of $\cos\alpha=\cos\beta\Leftrightarrow \alpha=\pm\beta+k\cdot2\pi$.
Chebyshev polynomials come into play via the relation
$$
T_n(\cos x)=\cos nx.
$$
Let's start with $n=3$. Then $T_3(t)=4t^3-3t$, all according to the familiar triplication formula $$\cos 3\alpha=4\cos^3\alpha-3\cos\alpha.$$
If you can write a cubic equation in the form
$$4x^3-3x=y,\tag{2}$$
then the substitutions $x=\cos\alpha$, $y=\cos\beta$ turn $(2)$ into
$\cos3\alpha=\cos\beta$, and we are in business. It follows that
$$
x=\cos\left(\pm\frac13\left(\arccos y+k\cdot2\pi\right)\right).
$$
Because cosine is even, we can ignore $\pm$. Because cosine has period $2\pi$, it suffices to only include $k=0,1,2$.
The upshot is that a general cubic can be brought into the form $(2)$ by a linear subsititution. You first need to depress the quadratic term, and then you need to arrange the coefficients of the cubic and the linear terms have that $4:(-3)$ ratio.
For example, with your cubic
$$m^3n-mn^3=D$$
we easily see that the substitution $n=2mx/\sqrt3$ brings it to the form
$$
\frac{8m^4}{3\sqrt3}x^3-\frac{2m^4}{\sqrt3}=D,
$$
which is a scalar multiple of
$$
4x^3-3x=\frac{3\sqrt3 D}{2m^4}.
$$
When $n=2$ we have $T_2(t)=2t^2-1$ meaning that the solutions of
$$
2x^2-1=y\tag{3}
$$
are
$$
x=\cos\left(\frac12\left(\arccos y+k\cdot2\pi\right)\right)
$$
with $k=0,1$. Again, a linear substitution brings a general quadratic to the form $(2)$, first be depressing the linear term, and then scaling the variable linearly. In the case of a quadratic this is not usually done, because we have the simple quadratic formula.
Unfortunately with $n>3$ we lose the key ability to bring a general polynomial into the desired form involving a Chebyshev polynomial. We can find the solutions to a quartic of the form
$$
8x^4-8x^2+1=y
$$
as
$$
x=\cos\left(\frac14\left(\arccos y+k\cdot2\pi\right)\right)
$$
with $k=0,1,2,3$, but the trickery with linear substitutions does not work (at least not alone). We can depress the cubic term, and fix the ratio of the coefficients of the quadratic and quartic terms, but we cannot kill the linear term. With $n=5$ and higher it becomes worse.