Beispiel #1
0
 /// <summary>Initialise the rotation.</summary>
 public Rotation4d(ref Angle3 angle) : this(angle.X, angle.Y, angle.Z)
 {
 }
Beispiel #2
0
 /// <summary>Initialise the rotation.</summary>
 public Rotation4f(Angle3 angle) : this(angle.X, angle.Y, angle.Z)
 {
 }