powered by
Compute normalized face normals for a mesh.
vcgFaceNormals(mesh)
3xn numeric matrix of face normals for the mesh, where n is the number of faces.
n
triangular mesh of class 'mesh3d', from rgl
rgl
data(humface); hf_facenormals <- vcgFaceNormals(humface);
Run the code above in your browser using DataLab