OEGeom3DScale¶
template<class T>
void OEGeom3DScale(T *x, const T p)
template<class T>
void OEGeom3DScale(T *x, const T p, const T *q)
Three dimensional vector scaling. The first form computes \(x *= p\) and the second form computes \(x = p * q\).
template<class T>
void OEGeom3DScale(T *x, const T p)
template<class T>
void OEGeom3DScale(T *x, const T p, const T *q)
Three dimensional vector scaling. The first form computes \(x *= p\) and the second form computes \(x = p * q\).