OEGeom3DCopyΒΆ
template<class T>
void OEGeom3DCopy(T *x, const T *p)
Three dimensional vector assignment. The vector ‘x’ is assigned the value of ‘p’.
- x
- Output two dimensional array.
- p
- Input two dimensional array.
template<class T>
void OEGeom3DCopy(T *x, const T *p)
Three dimensional vector assignment. The vector ‘x’ is assigned the value of ‘p’.