Surface.Normal (Double, Double) Method

Evaluates the surface normal at the specified parametric point.
Public Overridable Function Normal( _ 
ByVal u As Double, _ 
ByVal v As Double
) As Vector3D
This language is not supported or no code example is available.
public virtual Vector3D Normal( 
double u
double v 
)
This language is not supported or no code example is available.

Parameters

u
double

Parametric value along U direction

v
double

Parametric value along V direction

Return Value

Vector3D

The normal vector.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition