An NDoc Documented Class Library

Surface.Normal Method 

Returns the normal at point u, v, which is calculated as th crossproduct of uDerivation and vDerivation.

public xyz Normal(
   double u,
   double v
);

Parameters

u
first parameter
v
second parameter

Return Value

Normal

See Also

Surface Class | Minais.Drawing3d.Surfaces Namespace