IDP.Math.KGeomLib.createVector3d() method
创建一个kVector3d对象。
Creates an instance of KVector3d.
Signature:
createVector3d(x: number, y: number, z: number): KVector3d;
Links: createVector3d(x: number, y: number, z: number): KVector3d;
Parameters
Parameter | Type | Description |
---|---|---|
x | number | 三维向量的x分量。 The x value of the 3D vector. |
y | number | 三维向量的y分量。 The y value of the 3D vector. |
z | number | 三维向量的z分量。 The z value of the 3D vector. |
Returns:
三维向量。
The 3D vector.