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