Computes a coplanar normal vector at a point on the circumference of the ellipse.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Vector3d NormalVector2d( Point point ) |
Visual Basic (Declaration) |
---|
Public Function NormalVector2d ( _ point As Point _ ) As Vector3d |
Visual C++ |
---|
public: Vector3d^ NormalVector2d( Point^ point ) |
Parameters
- point
- Type: ceometric.VectorGeometry..::.Point
A point.
Return Value
Returns a vector coplanar to the ellipse and normal to the circumference of the ellipse in point.Returns null if point does not lie on the circumference of the ellipse.