/// <summary> /// /// </summary> /// <param name="other"></param> public MeshVertexVectorField(MeshField other) : base(other) { }
/// <summary> /// /// </summary> /// <param name="other"></param> public MeshVertexScalarField(MeshField other) : base(other) { }
/// <summary> /// /// </summary> /// <param name="other"></param> public MeshField(MeshField other) { _mesh = other._mesh; _queryMesh = other._queryMesh; }
/// <summary> /// /// </summary> /// <param name="other"></param> public MeshScalarField(MeshField other) : base(other) { }