CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Constructs a new GeoVector with the given components
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public GeoVector( double x, double y, double z ) |
| Visual Basic |
|---|
Public Sub New ( _ x As Double, _ y As Double, _ z As Double _ ) |
| Visual C++ |
|---|
public: GeoVector( double x, double y, double z ) |
Parameters
- x
- Type: System..::..Double
x-component
- y
- Type: System..::..Double
y-component
- z
- Type: System..::..Double
z-component