|
|
@@ -1,46 +1,46 @@
|
|
|
|
|
|
-defconstruct LPoint2f new LPoint2f(0.0f)
|
|
|
-defconstruct LPoint3f new LPoint3f(0.0f)
|
|
|
-defconstruct LPoint4f new LPoint4f(0.0f)
|
|
|
-defconstruct LPoint2d new LPoint2d(0.0)
|
|
|
-defconstruct LPoint3d new LPoint3d(0.0)
|
|
|
-defconstruct LPoint4d new LPoint4d(0.0)
|
|
|
-defconstruct LPoint2i new LPoint2i(0)
|
|
|
-defconstruct LPoint3i new LPoint3i(0)
|
|
|
-defconstruct LPoint4i new LPoint4i(0)
|
|
|
+defconstruct LPoint2f LPoint2f(0.0f)
|
|
|
+defconstruct LPoint3f LPoint3f(0.0f)
|
|
|
+defconstruct LPoint4f LPoint4f(0.0f)
|
|
|
+defconstruct LPoint2d LPoint2d(0.0)
|
|
|
+defconstruct LPoint3d LPoint3d(0.0)
|
|
|
+defconstruct LPoint4d LPoint4d(0.0)
|
|
|
+defconstruct LPoint2i LPoint2i(0)
|
|
|
+defconstruct LPoint3i LPoint3i(0)
|
|
|
+defconstruct LPoint4i LPoint4i(0)
|
|
|
|
|
|
-defconstruct LVecBase2f new LVecBase2f(0.0f)
|
|
|
-defconstruct LVecBase3f new LVecBase3f(0.0f)
|
|
|
-defconstruct LVecBase4f new LVecBase4f(0.0f)
|
|
|
-defconstruct LVecBase2d new LVecBase2d(0.0)
|
|
|
-defconstruct LVecBase3d new LVecBase3d(0.0)
|
|
|
-defconstruct LVecBase4d new LVecBase4d(0.0)
|
|
|
-defconstruct LVecBase2i new LVecBase2i(0)
|
|
|
-defconstruct LVecBase3i new LVecBase3i(0)
|
|
|
-defconstruct LVecBase4i new LVecBase4i(0)
|
|
|
+defconstruct LVecBase2f LVecBase2f(0.0f)
|
|
|
+defconstruct LVecBase3f LVecBase3f(0.0f)
|
|
|
+defconstruct LVecBase4f LVecBase4f(0.0f)
|
|
|
+defconstruct LVecBase2d LVecBase2d(0.0)
|
|
|
+defconstruct LVecBase3d LVecBase3d(0.0)
|
|
|
+defconstruct LVecBase4d LVecBase4d(0.0)
|
|
|
+defconstruct LVecBase2i LVecBase2i(0)
|
|
|
+defconstruct LVecBase3i LVecBase3i(0)
|
|
|
+defconstruct LVecBase4i LVecBase4i(0)
|
|
|
|
|
|
-defconstruct LVector2f new LVector2f(0.0f)
|
|
|
-defconstruct LVector3f new LVector3f(0.0f)
|
|
|
-defconstruct LVector4f new LVector4f(0.0f)
|
|
|
-defconstruct LVector2d new LVector2d(0.0)
|
|
|
-defconstruct LVector3d new LVector3d(0.0)
|
|
|
-defconstruct LVector4d new LVector4d(0.0)
|
|
|
-defconstruct LVector2i new LVector2i(0)
|
|
|
-defconstruct LVector3i new LVector3i(0)
|
|
|
-defconstruct LVector4i new LVector4i(0)
|
|
|
+defconstruct LVector2f LVector2f(0.0f)
|
|
|
+defconstruct LVector3f LVector3f(0.0f)
|
|
|
+defconstruct LVector4f LVector4f(0.0f)
|
|
|
+defconstruct LVector2d LVector2d(0.0)
|
|
|
+defconstruct LVector3d LVector3d(0.0)
|
|
|
+defconstruct LVector4d LVector4d(0.0)
|
|
|
+defconstruct LVector2i LVector2i(0)
|
|
|
+defconstruct LVector3i LVector3i(0)
|
|
|
+defconstruct LVector4i LVector4i(0)
|
|
|
|
|
|
-defconstruct LMatrix3f new LMatrix3f(LMatrix3f::ident_mat())
|
|
|
-defconstruct LMatrix4f new LMatrix4f(LMatrix4f::ident_mat())
|
|
|
-defconstruct LMatrix3d new LMatrix3d(LMatrix3d::ident_mat())
|
|
|
-defconstruct LMatrix4d new LMatrix4d(LMatrix4d::ident_mat())
|
|
|
+defconstruct LMatrix3f LMatrix3f(LMatrix3f::ident_mat())
|
|
|
+defconstruct LMatrix4f LMatrix4f(LMatrix4f::ident_mat())
|
|
|
+defconstruct LMatrix3d LMatrix3d(LMatrix3d::ident_mat())
|
|
|
+defconstruct LMatrix4d LMatrix4d(LMatrix4d::ident_mat())
|
|
|
|
|
|
-defconstruct LQuaternionf new LQuaternionf(LQuaternionf::ident_quat())
|
|
|
-defconstruct LRotationf new LRotationf(LQuaternionf::ident_quat())
|
|
|
-defconstruct LOrientationf new LOrientationf(LQuaternionf::ident_quat())
|
|
|
+defconstruct LQuaternionf LQuaternionf(LQuaternionf::ident_quat())
|
|
|
+defconstruct LRotationf LRotationf(LQuaternionf::ident_quat())
|
|
|
+defconstruct LOrientationf LOrientationf(LQuaternionf::ident_quat())
|
|
|
|
|
|
-defconstruct LQuaterniond new LQuaterniond(LQuaterniond::ident_quat())
|
|
|
-defconstruct LRotationd new LRotationd(LQuaterniond::ident_quat())
|
|
|
-defconstruct LOrientationd new LOrientationd(LQuaterniond::ident_quat())
|
|
|
+defconstruct LQuaterniond LQuaterniond(LQuaterniond::ident_quat())
|
|
|
+defconstruct LRotationd LRotationd(LQuaterniond::ident_quat())
|
|
|
+defconstruct LOrientationd LOrientationd(LQuaterniond::ident_quat())
|
|
|
|
|
|
# We don't want to accidentally include any of the _src files in the
|
|
|
# generated output, since these files aren't intended to be included by
|