Description:

Computes the surface normal at a point. This is the simple evaluation call - it does not support error handling.

Syntax:
public Vector3d NormalAt(
double u,
double v
)
Parameters:
Returns:
Type: Vector3d
The normal.
Available since:
5.0

Nothing found