arePointsFinite#

Fully qualified name: usd_optimize::arePointsFinite

bool usd_optimize::arePointsFinite(
const PXR_NS::VtVec3fArray &points,
)#

Returns true if every vector coordinate is finite (no NaN/Inf).

Native mesh libraries (omnimesh/mesh_tools) assume finite geometry and either flood assertion failures or return garbage on NaN/Inf input, so operations that hand geometry to them should check this first and skip the offending mesh. Also usable for other Vec3f arrays such as normals.