Maps the specified vector to the tangent plane of the surface at the point corresponding to the parameter
The tangent vector is mapped as follows:
tangentVector = uDeriv(1) * vect.x + vDeriv(1) * vect.y
Currently not implemented.