Ejemplo n.º 1
0
 public DebuggerProxy(VectorOfTriangle2DF v)
 {
     _v = v;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Push multiple values from the other vector into this vector
 /// </summary>
 /// <param name="other">The other vector, from which the values will be pushed to the current vector</param>
 public void Push(VectorOfTriangle2DF other)
 {
     VectorOfTriangle2DFPushVector(_ptr, other);
 }