@twinfinity/geometryFunctionsfaceNormalfaceNormal CallablefaceNormal(a: Vec3, b: Vec3, c: Vec3): Vec3Compute the unit face normal for triangle (a, b, c) via cross product. Returns a normalized Vec3. Degenerate triangles produce a near-zero vector clamped to length NORMALIZE_EPSILON.Parametersa: Vec3b: Vec3c: Vec3Returns Vec3
Compute the unit face normal for triangle (a, b, c) via cross product. Returns a normalized Vec3. Degenerate triangles produce a near-zero vector clamped to length NORMALIZE_EPSILON.