コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ConicParametricDoubleComponents"/> class.
 /// </summary>
 /// <param name="parent">The parent.</param>
 public ConicParametricDoubleComponents(ConicSectionCurve parent) : base(parent)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ConicFocusParametricAngularComponents"/> class.
 /// </summary>
 /// <param name="parent">The parent.</param>
 public ConicFocusParametricAngularComponents(ConicSectionCurve parent) : base(parent)
 {
 }
コード例 #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ConicFocusParametric"/> class.
 /// </summary>
 /// <param name="parent">The parent.</param>
 public ConicFocusParametric(ConicSectionCurve parent)
 {
     _radius  = new ConicFocusParametricDoubleComponents(parent);
     _azimuth = new ConicFocusParametricAngularComponents(parent);
 }