| Vector Constructor (Double) |
Creates vector by direction
Namespace:
CodeStack.SwEx.MacroFeature.Data
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax public Vector(
double[] dir
)
Public Sub New (
dir As Double()
)
public:
Vector(
array<double>^ dir
)
Parameters
- dir
- Type: SystemDouble
Direction of vector
See Also