Files
ss/include/rvl/MTX/mtxvec.h
T
2023-12-24 09:59:13 -05:00

15 lines
229 B
C

#ifndef RVL_SDK_MTX_MTXVEC_H
#define RVL_SDK_MTX_MTXVEC_H
#include "rvl/MTX/mtx.h"
#include <common.h>
#ifdef __cplusplus
extern "C" {
#endif
void PSMTXMultVec(const Mtx, const Vec *, Vec *);
#ifdef __cplusplus
}
#endif
#endif