Rename some SWIG stuff to prepare for C# bindings
This commit is contained in:
@ -6,9 +6,11 @@
|
||||
|
||||
%include "Vector.h"
|
||||
|
||||
#ifdef SWIGPYTHON
|
||||
PROPERTY(PolyVox::Vector, x, getX, setX)
|
||||
PROPERTY(PolyVox::Vector, y, getY, setY)
|
||||
PROPERTY(PolyVox::Vector, z, getZ, setZ)
|
||||
#endif
|
||||
|
||||
%extend PolyVox::Vector {
|
||||
PolyVox::Vector __add__(const PolyVox::Vector& rhs) {
|
||||
|
Reference in New Issue
Block a user