<Code Lib>
2024 Method
Changes 1
M

Mesh.GetNormal

Description:
Returns a normal unit vector at the given index.

public XYZ GetNormal(
	int idx
)

  • Int32
    idx
    A zero-based index. It must be consistent with the DistributionOfNormals.
Return Value XYZ value representing a normal unit vector.

Loading…