Eyeshot 10 WinForms API Reference
NormalInterpolation(Point3D,Vector3D,Point3D,Vector3D,Point3D) Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class > NormalInterpolation Method : NormalInterpolation(Point3D,Vector3D,Point3D,Vector3D,Point3D) Method
The segment start point
The segment start normal (unit length)
The segment end point
The segment end normal (unit length)
The point
Returns the interpolated normal at the point p somewhere in the middle of the 3D segment defined by the points p1 and p2.
Syntax
'Declaration
 
Public Overloads Shared Function NormalInterpolation( _
   ByVal p1 As Point3D, _
   ByVal n1 As Vector3D, _
   ByVal p2 As Point3D, _
   ByVal n2 As Vector3D, _
   ByVal p As Point3D _
) As Vector3D
public static Vector3D NormalInterpolation( 
   Point3D p1,
   Vector3D n1,
   Point3D p2,
   Vector3D n2,
   Point3D p
)

Parameters

p1
The segment start point
n1
The segment start normal (unit length)
p2
The segment end point
n2
The segment end normal (unit length)
p
The point

Return Value

The 3D normal vector.
See Also

Reference

Utility Class
Utility Members
Overload List