|
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)
SyntaxVector3 NormalAt(
double u,
double v
)
Function NormalAt (
u As Double,
v As Double
) As Vector3
Vector3 NormalAt(
double u,
double v
)
abstract NormalAt :
u : float *
v : float -> Vector3
Parameters
- u
- Type: SystemDouble
A U parameter. - v
- Type: SystemDouble
A V parameter.
Return Value
Type:
Vector3The normal.
See Also