BIMHome v1.0.0
BIMHome接口文档说明

◆ operator*() [2/2]

template<class _Precision >
_Precision operator* ( const Vector3< _Precision > &  rcVct) const

实现向量与标量的点乘操作

实现向量与标量的点乘操作。

参数
[in]rcVct一个常量引用到另一个Vector3<_Precision>对象,要乘以的标量值
返回
返回对当前对象(*this)的引用