コード例 #1
0
ファイル: Rotation.cs プロジェクト: layshua/Alexandria
 /// <summary>Initialise the rotation.</summary>
 public Rotation4d(ref Angle3 angle) : this(angle.X, angle.Y, angle.Z)
 {
 }
コード例 #2
0
ファイル: Rotation.cs プロジェクト: layshua/Alexandria
 /// <summary>Initialise the rotation.</summary>
 public Rotation4f(Angle3 angle) : this(angle.X, angle.Y, angle.Z)
 {
 }