resqpy.olio.vector_utilities.triangle_normal_vector_numba¶
- resqpy.olio.vector_utilities.triangle_normal_vector_numba(points)[source]¶
For a triangle in 3D space, defined by 3 vertex points, returns a unit vector normal to the plane of the triangle.
Note
resulting vector implicitly assumes that xy & z units are the same; if this is not the case, adjust vector afterwards as required