IVector3D IGraphics.CreateVector3D(Double x, Double y, Double z)
Create a 3D vector from world coordinates.
Examples
Parameters
-
x
Type: Double
The x coordinate.
-
y
Type: Double
The y coordinate.
-
z
Type: Double
The z coordinate.
Return Value
Returns the 3d vector.