Welcome to the Exelis VIS product documentation center! Here you will find reference guides, help documents, and product libraries. Discover the products including ENVI, IDL, and ENVI LiDAR, and solutions developed by Exelis VIS at www.exelisvis.com.


exelisvis.com / Docs Center / IDL Reference / 3D Visualization / COMPUTE_MESH_NORMALS

COMPUTE_MESH_NORMALS

COMPUTE_MESH_NORMALS

The COMPUTE_MESH_NORMALS function computes normal vectors for a set of polygons described by the input array.

Syntax


Result = COMPUTE_MESH_NORMALS( fVerts[, iConn] )

Return Value


Returns a 3 x M array containing a unit normal for each vertex in the input array.

Arguments


fVerts

A 3 x M array of vertices.

iConn

A connectivity array (see the POLYGONS keyword to IDLgrPolygon::Init). If no iConn array is provided, it is assumed that the vertices in fVerts constitute a single polygon.

Keywords


None.

Version History


5.1

Introduced



Comments


This page has no comments yet. Be the first one!

© 2013 Exelis Visual Information Solutions