private static QuaternionD GetRandomQuat(RandomSystem rnd) { return(new QuaternionD(rnd.UniformV4d() * 10)); }