Exemplo n.º 1
0
 /// <summary>
 /// Protected Copy Constructor
 /// </summary>
 /// <param name="other"></param>
 protected PlanarAngleBase(PlanarAngleBase other)
     : base(other)
 {
     VerifyDimensions();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Protected Copy Constructor
 /// </summary>
 /// <param name="other"></param>
 protected PlanarAngleBase(PlanarAngleBase other)
     : base(other)
 {
     VerifyDimensions();
 }