mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Simple pass over the codebase to standardize the platform types.
This commit is contained in:
parent
c75d6feb20
commit
4c35fd37af
189 changed files with 824 additions and 824 deletions
|
|
@ -51,7 +51,7 @@ public:
|
|||
|
||||
virtual void calc( F32 t, Point3F &result );
|
||||
virtual void calc( Point3F *points, F32 t, Point3F &result );
|
||||
virtual void setControlPoint( Point3F &point, int index );
|
||||
virtual void setControlPoint( Point3F &point, S32 index );
|
||||
virtual void submitControlPoints( SplCtrlPts &points );
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue