Click or drag to resize

Vector2dExtension Class

Provides extension methods for the Vector2d type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.GeometryVector2dExtension

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class Vector2dExtension
Methods
  NameDescription
Public methodStatic memberConvert3d(Vector2d)
Converts a Vector2d into a Vector3d with a Z coordinate equal to 0.
Public methodStatic memberConvert3d(Vector2d, Plane)
Converts a Vector2d into a Vector3d according to the specified plane.
Top
See Also