Ejemplo n.º 1
0
 return(new Rectangle(x1, y1, x2 - x1, y2 - y1));
Ejemplo n.º 2
0
 public new bool Equals(object x, object y) => x is T x2 && y is T y2?_comparer(x2, y2) : false;
Ejemplo n.º 3
0
 public override void Serialize(x2.Buffer buffer)
 {
     buffer.WriteUInt29(tag.TypeId);
     this.Dump(buffer);
 }
Ejemplo n.º 4
0
 protected override void Dump(x2.Buffer buffer)
 {
     base.Dump(buffer);
     var touched = new Capo<bool>(fingerprint, tag.Offset);
     if (touched[0])
     {
         buffer.Write(result_);
     }
 }
Ejemplo n.º 5
0
 => LineSegmentCenter1(x1, y1, x2, y2);
Ejemplo n.º 6
0
 public override void Load(x2.Buffer buffer)
 {
     base.Load(buffer);
     var touched = new Capo<bool>(fingerprint, tag.Offset);
     if (touched[0])
     {
         buffer.Read(out result_);
     }
 }
Ejemplo n.º 7
0
 => LinearInterpolate3D0(t, x1, y1, z1, x2, y2, z2);
Ejemplo n.º 8
0
 secp256k1_scalar_mul(x2, u2, x);
Ejemplo n.º 9
0
 var(x1, y1, x2, y2) = line;
Ejemplo n.º 10
0
 var(x2, y2) = prev;
Ejemplo n.º 11
0
 => FindIntersection(x1, y1, x2, y2, x3, y3, x4, y4, epsilon);
Ejemplo n.º 12
0
 select(x0, x1, x2, x3);
Ejemplo n.º 13
0
 => CubicBezierSelfIntersectionX(x0, y0, x1, y1, x2, y2, x3, y3);
Ejemplo n.º 14
0
 => CosineInterpolate3D1(t, x1, y1, z1, x2, y2, z2);
 => Sine1(t, x1, y1, z1, x2, y2, z2);