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