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