Function gamer::getNormalFromTangent

Function Documentation

Vector gamer::getNormalFromTangent(const tensor<double, 3, 2> tangent)

Gets the normal vector from the tangent.

Return

The normal Vector.

Parameters
  • [in] tangent: 2-tensor representing the tangent plane.