mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Merge branch 'functions'
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
#include "SComponent/c_m3d_g_tri.h"
|
||||
#include "SComponent/c_m3d.h"
|
||||
|
||||
extern "C" {
|
||||
void cM3d_CalcPla__FPC3VecPC3VecPC3VecP3VecPf(void);
|
||||
void cM3d_Cross_CylTri__FPC8cM3dGCylPC8cM3dGTriP3Vec(void);
|
||||
void Set__8cM3dGPlaFPC8cM3dGPla(void);
|
||||
void SetupNP__8cM3dGPlaFRC3VecRC3Vec(void);
|
||||
}
|
||||
|
||||
// cross__8cM3dGTriCFPC8cM3dGCylP3Vec
|
||||
bool cM3dGTri::cross(const cM3dGCyl* pCylinder, Vec* out) const {
|
||||
return cM3d_Cross_CylTri(pCylinder, this, out);
|
||||
|
||||
Reference in New Issue
Block a user