/// <summary>
 ///
 /// </summary>
 /// <param name="other"></param>
 public MeshVertexScalarField(MeshVertexField other)
     : base(other)
 {
 }
 /// <summary>
 ///
 /// </summary>
 /// <param name="other"></param>
 public MeshVertexVectorField(MeshVertexField other)
     : base(other)
 {
 }
Example #3
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="other"></param>
 public MeshVertexField(MeshVertexField other)
 {
     _mesh      = other._mesh;
     _queryMesh = other._queryMesh;
 }