Exemple #1
0
 /// <summary>Construct instance at specified <see cref="IPlanePoint"/></summary>
 protected SimplePlanePositioned(IPlanePoint position)
 {
     PlanePosition = position;
 }
 public SimplePlaneTimePoint(IPlanePoint planePosition, ITimePoint timePosition) : base(planePosition)
 {
     _dateTimeValue = timePosition.AsDateTime();
 }
 public SimplePlaneTimePoint(IPlanePoint planePosition, ITimePoint timePosition) : base(planePosition)
 {
     _dateTimeValue = timePosition.AsDateTime();
 }
 /// <summary>Creates an instance at the specified <paramref name="position"/> and <paramref name="time"/></summary>
 public SimplePlaneTimeInterval(IPlanePoint position, IDuration time) : base(position)
 {
     Duration = time;
 }
Exemple #5
0
 protected SimplePlanePoint(IPlanePoint point) : this(point.AsPoint())
 {
 }
 /// <summary>Construct instance at specified <see cref="IPlanePoint"/></summary>
 protected SimplePlanePositioned(IPlanePoint position)
 {
     PlanePosition = position;
 }
 /// <summary>Creates an instance at the specified <paramref name="position"/> and <paramref name="time"/></summary>
 public SimplePlaneTimeInterval(IPlanePoint position, IDuration time) : base(position)
 {
     Duration = time;
 }
 protected SimplePlanePoint(IPlanePoint point) : this(point.AsPoint())
 {
 }