Click or drag to resize

ISurfaceNormalAt Method

Computes the surface normal at a point.

This is the simple evaluation call - it does not support error handling.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
Vector3 NormalAt(
	double u,
	double v
)

Parameters

u
Type: SystemDouble
A U parameter.
v
Type: SystemDouble
A V parameter.

Return Value

Type: Vector3
The normal.
See Also