CreateVector Method (IMathUtility)
Creates a unit vector with the specified coordinates.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateVector( _
double X As System.Double, _
double Y As System.Double, _
double Z As System.Double _
) As MathVector |
C# | |
---|
MathVector CreateVector(
System.double X,
System.double Y,
System.double Z
) |
JavaScript | |
---|
CreateVector(
X : Number,
Y : Number,
Z : Number
) : dsMathVector |
Parameters
- X
- x coordinate
- Y
- y coordinate
- Z
- z coordinate
- Vector[out] or Return Value
- IMathVector
Example
Rotate, Scale, Project, and Mirror a Line Entity (JavaScript)
Rotate, Scale, Project, and Mirror a Line Entity (VB.NET)
Rotate, Scale, Project, and Mirror a Line Entity (C#)
Rotate, Scale, Project, and Mirror a Line Entity (VBA)
See Also
Availability
DraftSight V1R1.4