Files
ss/include/lib/rvl/MTX/mtxvec.h
T
lepelog 42880ec9ae init
2023-08-09 16:59:04 +02:00

15 lines
238 B
C

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