Autodesk.AutoCAD.Geometry Namespace
>
Vector3d Structure
>
Vector3d Constructor
Vector3d Constructor
Overload List
Method
Description
Vector3d.Vector3d (double, double, double)
Constructs a 3D vector with coordinates
x
,
y
, and
z
correspondingly.
Vector3d.Vector3d (double[])
Creates a vector using the first three elements of the array.
Vector3d.Vector3d (PlanarEntity, Vector2d)
Constructs a 3D vector by the formula
Comments?