BIMHome v1.0.0
BIMHome接口文档说明

◆ Vector3() [1/3]

template<class _Precision >
Vector3 ( _Precision  fx = 0.0,
_Precision  fy = 0.0,
_Precision  fz = 0.0 
)
explicit

初始化向量的三个分量 x、y 和 z

通过给定的x、y、z值初始化向量。

参数
[in]fxx分量的初始值,默认为0.0
[in]fyy分量的初始值,默认为0.0
[in]fzz分量的初始值,默认为0.0