BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
Base
base64_decode
base64_encode
blanks
blanksN
clamp
Console
convertTo
Distance
DistanceP2
fmod
Geometry2DType
GeometryType
GetDuration
LogStyle
make_vec
make_vec
operator*
operator*
operator*
operator*
operator*
operator*
operator*
operator*
operator*
operator*
operator*=
operator+
operator+
operator+
operator+
operator-
operator-
operator-
operator-
operator/
operator/
pow
ScaleType
ScriptFactory
sgn
tabs
tabsN
toDegrees
toRadians
toVector
Vector3d
Vector3f
◆
fmod()
template<class
T
>
T
fmod
(
T
numerator
,
T
denominator
)
计算模运算结果,确保结果为非负数
计算
numerator
除以
denominator
的余数,并确保结果为非负数。
模板参数
T
数值类型
参数
numerator
被除数
denominator
除数
返回
模运算结果