fxruby 1.6.41-x64-mingw32 → 1.6.45-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +2 -2
- data/.yardopts +1 -1
- data/Gemfile +2 -3
- data/History.md +26 -0
- data/README.rdoc +10 -5
- data/Rakefile +16 -5
- data/appveyor.yml +8 -7
- data/docs/Fox/Canvas/CanvasError.html +124 -0
- data/docs/Fox/Canvas/CircleShape.html +477 -0
- data/docs/Fox/Canvas/ImageShape.html +477 -0
- data/docs/Fox/Canvas/LineShape.html +1005 -0
- data/docs/Fox/Canvas/PolygonShape.html +145 -0
- data/docs/Fox/Canvas/RectangleShape.html +439 -0
- data/docs/Fox/Canvas/SelectionPolicy.html +352 -0
- data/docs/Fox/Canvas/Shape.html +1955 -0
- data/docs/Fox/Canvas/ShapeCanvas.html +2031 -0
- data/docs/Fox/Canvas/ShapeGroup.html +527 -0
- data/docs/Fox/Canvas/SingleSelectionPolicy.html +291 -0
- data/docs/Fox/Canvas/TextShape.html +609 -0
- data/docs/Fox/Canvas.html +141 -0
- data/docs/Fox/FTNonModal.html +550 -0
- data/docs/Fox/FX4Splitter.html +1336 -0
- data/docs/Fox/FX7Segment.html +1010 -0
- data/docs/Fox/FXAccelTable.html +715 -0
- data/docs/Fox/FXApp.html +7998 -0
- data/docs/Fox/FXArc.html +562 -0
- data/docs/Fox/FXArrowButton.html +865 -0
- data/docs/Fox/FXBMPIcon.html +450 -0
- data/docs/Fox/FXBMPImage.html +434 -0
- data/docs/Fox/FXBitmap.html +1362 -0
- data/docs/Fox/FXBitmapFrame.html +595 -0
- data/docs/Fox/FXBitmapView.html +1451 -0
- data/docs/Fox/FXButton.html +534 -0
- data/docs/Fox/FXCURCursor.html +261 -0
- data/docs/Fox/FXCalendar.html +880 -0
- data/docs/Fox/FXCanvas.html +311 -0
- data/docs/Fox/FXCheckButton.html +949 -0
- data/docs/Fox/FXChoiceBox.html +472 -0
- data/docs/Fox/FXColor.html +1519 -0
- data/docs/Fox/FXColorBar.html +759 -0
- data/docs/Fox/FXColorDialog.html +591 -0
- data/docs/Fox/FXColorItem.html +323 -0
- data/docs/Fox/FXColorList.html +712 -0
- data/docs/Fox/FXColorRing.html +817 -0
- data/docs/Fox/FXColorSelector.html +796 -0
- data/docs/Fox/FXColorWell.html +850 -0
- data/docs/Fox/FXColorWheel.html +770 -0
- data/docs/Fox/FXComboBox.html +2939 -0
- data/docs/Fox/FXComboTableItem.html +544 -0
- data/docs/Fox/FXCommand.html +526 -0
- data/docs/Fox/FXComposite.html +433 -0
- data/docs/Fox/FXCursor.html +779 -0
- data/docs/Fox/FXDC.html +5231 -0
- data/docs/Fox/FXDCPrint.html +696 -0
- data/docs/Fox/FXDCWindow.html +358 -0
- data/docs/Fox/FXDataTarget.html +573 -0
- data/docs/Fox/FXDebugTarget.html +305 -0
- data/docs/Fox/FXDelegator.html +305 -0
- data/docs/Fox/FXDial.html +1133 -0
- data/docs/Fox/FXDialogBox.html +413 -0
- data/docs/Fox/FXDict.html +1063 -0
- data/docs/Fox/FXDirBox.html +752 -0
- data/docs/Fox/FXDirDialog.html +914 -0
- data/docs/Fox/FXDirItem.html +989 -0
- data/docs/Fox/FXDirList.html +1554 -0
- data/docs/Fox/FXDirSelector.html +995 -0
- data/docs/Fox/FXDockBar.html +1451 -0
- data/docs/Fox/FXDockHandler.html +468 -0
- data/docs/Fox/FXDockSite.html +678 -0
- data/docs/Fox/FXDockTitle.html +606 -0
- data/docs/Fox/FXDocument.html +536 -0
- data/docs/Fox/FXDragCorner.html +440 -0
- data/docs/Fox/FXDrawable.html +478 -0
- data/docs/Fox/FXDriveBox.html +746 -0
- data/docs/Fox/FXEvent.html +1736 -0
- data/docs/Fox/FXExtentd.html +1374 -0
- data/docs/Fox/FXExtentf.html +1374 -0
- data/docs/Fox/FXFileAssoc.html +850 -0
- data/docs/Fox/FXFileDialog.html +2688 -0
- data/docs/Fox/FXFileDict.html +1058 -0
- data/docs/Fox/FXFileItem.html +1141 -0
- data/docs/Fox/FXFileList.html +2259 -0
- data/docs/Fox/FXFileSelector.html +2529 -0
- data/docs/Fox/FXFileStream.html +503 -0
- data/docs/Fox/FXFoldingItem.html +2822 -0
- data/docs/Fox/FXFoldingList.html +5189 -0
- data/docs/Fox/FXFont.html +2998 -0
- data/docs/Fox/FXFontDesc.html +710 -0
- data/docs/Fox/FXFontDialog.html +420 -0
- data/docs/Fox/FXFontSelector.html +576 -0
- data/docs/Fox/FXFrame.html +1012 -0
- data/docs/Fox/FXGIFCursor.html +337 -0
- data/docs/Fox/FXGIFIcon.html +450 -0
- data/docs/Fox/FXGIFImage.html +434 -0
- data/docs/Fox/FXGLCanvas.html +700 -0
- data/docs/Fox/FXGLCone.html +785 -0
- data/docs/Fox/FXGLContext.html +649 -0
- data/docs/Fox/FXGLCube.html +703 -0
- data/docs/Fox/FXGLCylinder.html +791 -0
- data/docs/Fox/FXGLGroup.html +1385 -0
- data/docs/Fox/FXGLLine.html +653 -0
- data/docs/Fox/FXGLObject.html +759 -0
- data/docs/Fox/FXGLPoint.html +561 -0
- data/docs/Fox/FXGLShape.html +714 -0
- data/docs/Fox/FXGLSphere.html +626 -0
- data/docs/Fox/FXGLViewer.html +3506 -0
- data/docs/Fox/FXGLVisual.html +2147 -0
- data/docs/Fox/FXGradient.html +562 -0
- data/docs/Fox/FXGradientBar.html +2479 -0
- data/docs/Fox/FXGroupBox.html +688 -0
- data/docs/Fox/FXHeader.html +3040 -0
- data/docs/Fox/FXHeaderItem.html +1353 -0
- data/docs/Fox/FXHiliteStyle.html +804 -0
- data/docs/Fox/FXHorizontalFrame.html +359 -0
- data/docs/Fox/FXHorizontalSeparator.html +349 -0
- data/docs/Fox/FXICOIcon.html +450 -0
- data/docs/Fox/FXICOImage.html +434 -0
- data/docs/Fox/FXIcon.html +384 -0
- data/docs/Fox/FXIconDict.html +752 -0
- data/docs/Fox/FXIconItem.html +1518 -0
- data/docs/Fox/FXIconList.html +4676 -0
- data/docs/Fox/FXIconSource.html +963 -0
- data/docs/Fox/FXId.html +712 -0
- data/docs/Fox/FXImage.html +2328 -0
- data/docs/Fox/FXImageFrame.html +489 -0
- data/docs/Fox/FXImageView.html +504 -0
- data/docs/Fox/FXInputDialog.html +894 -0
- data/docs/Fox/FXIrb.html +942 -0
- data/docs/Fox/FXJPGIcon.html +607 -0
- data/docs/Fox/FXJPGImage.html +591 -0
- data/docs/Fox/FXKnob.html +1048 -0
- data/docs/Fox/FXLabel.html +1013 -0
- data/docs/Fox/FXLight.html +920 -0
- data/docs/Fox/FXList.html +3717 -0
- data/docs/Fox/FXListBox.html +2518 -0
- data/docs/Fox/FXListItem.html +1459 -0
- data/docs/Fox/FXMDIChild.html +2175 -0
- data/docs/Fox/FXMDIClient.html +781 -0
- data/docs/Fox/FXMDIDeleteButton.html +334 -0
- data/docs/Fox/FXMDIMaximizeButton.html +334 -0
- data/docs/Fox/FXMDIMenu.html +335 -0
- data/docs/Fox/FXMDIMinimizeButton.html +334 -0
- data/docs/Fox/FXMDIRestoreButton.html +334 -0
- data/docs/Fox/FXMDIWindowButton.html +334 -0
- data/docs/Fox/FXMainWindow.html +337 -0
- data/docs/Fox/FXMaterial.html +570 -0
- data/docs/Fox/FXMatrix.html +734 -0
- data/docs/Fox/FXMemoryBuffer.html +472 -0
- data/docs/Fox/FXMemoryStream.html +632 -0
- data/docs/Fox/FXMenuBar.html +347 -0
- data/docs/Fox/FXMenuButton.html +829 -0
- data/docs/Fox/FXMenuCaption.html +1080 -0
- data/docs/Fox/FXMenuCascade.html +388 -0
- data/docs/Fox/FXMenuCheck.html +721 -0
- data/docs/Fox/FXMenuCommand.html +400 -0
- data/docs/Fox/FXMenuPane.html +333 -0
- data/docs/Fox/FXMenuRadio.html +721 -0
- data/docs/Fox/FXMenuSeparator.html +440 -0
- data/docs/Fox/FXMenuTitle.html +405 -0
- data/docs/Fox/FXMessageBox.html +658 -0
- data/docs/Fox/FXObject.html +545 -0
- data/docs/Fox/FXOption.html +491 -0
- data/docs/Fox/FXOptionMenu.html +885 -0
- data/docs/Fox/FXPCXIcon.html +450 -0
- data/docs/Fox/FXPCXImage.html +434 -0
- data/docs/Fox/FXPNGIcon.html +524 -0
- data/docs/Fox/FXPNGImage.html +508 -0
- data/docs/Fox/FXPPMIcon.html +450 -0
- data/docs/Fox/FXPPMImage.html +373 -0
- data/docs/Fox/FXPSBounds.html +500 -0
- data/docs/Fox/FXPacker.html +1229 -0
- data/docs/Fox/FXPicker.html +345 -0
- data/docs/Fox/FXPopup.html +1099 -0
- data/docs/Fox/FXPrintDialog.html +485 -0
- data/docs/Fox/FXPrinter.html +1330 -0
- data/docs/Fox/FXProgressBar.html +1150 -0
- data/docs/Fox/FXProgressDialog.html +715 -0
- data/docs/Fox/FXPseudoKeyboard.html +428 -0
- data/docs/Fox/FXPseudoMouse.html +800 -0
- data/docs/Fox/FXPseudoTarget.html +472 -0
- data/docs/Fox/FXQuatd.html +1377 -0
- data/docs/Fox/FXQuatf.html +1392 -0
- data/docs/Fox/FXRGBIcon.html +450 -0
- data/docs/Fox/FXRGBImage.html +434 -0
- data/docs/Fox/FXRadioButton.html +885 -0
- data/docs/Fox/FXRanged.html +1522 -0
- data/docs/Fox/FXRangef.html +1522 -0
- data/docs/Fox/FXRealSlider.html +1187 -0
- data/docs/Fox/FXRealSpinner.html +2175 -0
- data/docs/Fox/FXRecentFiles.html +841 -0
- data/docs/Fox/FXRectangle.html +802 -0
- data/docs/Fox/FXRegion.html +841 -0
- data/docs/Fox/FXRegistry.html +682 -0
- data/docs/Fox/FXReplaceDialog.html +648 -0
- data/docs/Fox/FXRootWindow.html +312 -0
- data/docs/Fox/FXRuler.html +2000 -0
- data/docs/Fox/FXRulerView.html +3997 -0
- data/docs/Fox/FXScintilla.html +49117 -0
- data/docs/Fox/FXScrollArea.html +1363 -0
- data/docs/Fox/FXScrollBar.html +1019 -0
- data/docs/Fox/FXScrollCorner.html +290 -0
- data/docs/Fox/FXScrollPane.html +499 -0
- data/docs/Fox/FXScrollWindow.html +409 -0
- data/docs/Fox/FXSearchDialog.html +382 -0
- data/docs/Fox/FXSegment.html +422 -0
- data/docs/Fox/FXSeparator.html +402 -0
- data/docs/Fox/FXSettings.html +1861 -0
- data/docs/Fox/FXShell.html +233 -0
- data/docs/Fox/FXShutter.html +472 -0
- data/docs/Fox/FXShutterItem.html +669 -0
- data/docs/Fox/FXSize.html +592 -0
- data/docs/Fox/FXSlider.html +1129 -0
- data/docs/Fox/FXSphered.html +906 -0
- data/docs/Fox/FXSpheref.html +906 -0
- data/docs/Fox/FXSpinner.html +2102 -0
- data/docs/Fox/FXSplashScreen.html +497 -0
- data/docs/Fox/FXSplashWindow.html +494 -0
- data/docs/Fox/FXSplitter.html +643 -0
- data/docs/Fox/FXSpring.html +517 -0
- data/docs/Fox/FXStatusBar.html +593 -0
- data/docs/Fox/FXStatusLine.html +754 -0
- data/docs/Fox/FXStream.html +1372 -0
- data/docs/Fox/FXStreamAllocError.html +148 -0
- data/docs/Fox/FXStreamEndError.html +148 -0
- data/docs/Fox/FXStreamError.html +259 -0
- data/docs/Fox/FXStreamFailureError.html +148 -0
- data/docs/Fox/FXStreamFormatError.html +148 -0
- data/docs/Fox/FXStreamFullError.html +148 -0
- data/docs/Fox/FXStreamNoReadError.html +148 -0
- data/docs/Fox/FXStreamNoWriteError.html +148 -0
- data/docs/Fox/FXStreamUnknownError.html +148 -0
- data/docs/Fox/FXStringDict.html +552 -0
- data/docs/Fox/FXSwitcher.html +619 -0
- data/docs/Fox/FXTGAIcon.html +450 -0
- data/docs/Fox/FXTGAImage.html +434 -0
- data/docs/Fox/FXTIFIcon.html +604 -0
- data/docs/Fox/FXTIFImage.html +588 -0
- data/docs/Fox/FXTabBar.html +644 -0
- data/docs/Fox/FXTabBook.html +373 -0
- data/docs/Fox/FXTabItem.html +478 -0
- data/docs/Fox/FXTable.html +10107 -0
- data/docs/Fox/FXTableItem.html +2195 -0
- data/docs/Fox/FXTablePos.html +360 -0
- data/docs/Fox/FXTableRange.html +360 -0
- data/docs/Fox/FXText.html +6870 -0
- data/docs/Fox/FXTextChange.html +492 -0
- data/docs/Fox/FXTextField.html +2016 -0
- data/docs/Fox/FXToggleButton.html +844 -0
- data/docs/Fox/FXToolBar.html +452 -0
- data/docs/Fox/FXToolBarGrip.html +584 -0
- data/docs/Fox/FXToolBarShell.html +788 -0
- data/docs/Fox/FXToolBarTab.html +729 -0
- data/docs/Fox/FXToolTip.html +761 -0
- data/docs/Fox/FXTopWindow.html +1716 -0
- data/docs/Fox/FXTranslator.html +481 -0
- data/docs/Fox/FXTreeItem.html +2813 -0
- data/docs/Fox/FXTreeList.html +5095 -0
- data/docs/Fox/FXTreeListBox.html +3080 -0
- data/docs/Fox/FXTriStateButton.html +681 -0
- data/docs/Fox/FXUndoList.html +2560 -0
- data/docs/Fox/FXVec2d.html +1450 -0
- data/docs/Fox/FXVec2f.html +1442 -0
- data/docs/Fox/FXVec3d.html +1649 -0
- data/docs/Fox/FXVec3f.html +1649 -0
- data/docs/Fox/FXVec4d.html +1858 -0
- data/docs/Fox/FXVec4f.html +1858 -0
- data/docs/Fox/FXVerticalFrame.html +359 -0
- data/docs/Fox/FXVerticalSeparator.html +349 -0
- data/docs/Fox/FXViewport.html +780 -0
- data/docs/Fox/FXVisual.html +1023 -0
- data/docs/Fox/FXWindow.html +9948 -0
- data/docs/Fox/FXWizard.html +1052 -0
- data/docs/Fox/FXXBMIcon.html +453 -0
- data/docs/Fox/FXXBMImage.html +437 -0
- data/docs/Fox/FXXPMIcon.html +450 -0
- data/docs/Fox/FXXPMImage.html +434 -0
- data/docs/Fox/NotifyHeader.html +286 -0
- data/docs/Fox/SCNotification.html +1438 -0
- data/docs/Fox/TextRange.html +281 -0
- data/docs/Fox.html +11184 -0
- data/docs/IRB.html +204 -0
- data/docs/Responder.html +693 -0
- data/docs/Responder2.html +225 -0
- data/docs/_index.html +2101 -0
- data/docs/class_list.html +51 -0
- data/docs/css/common.css +1 -0
- data/docs/css/full_list.css +58 -0
- data/docs/css/style.css +496 -0
- data/docs/file.History.html +869 -0
- data/docs/file.README.html +104 -0
- data/docs/file_list.html +66 -0
- data/docs/frames.html +17 -0
- data/docs/index.html +614 -0
- data/docs/js/app.js +314 -0
- data/docs/js/full_list.js +216 -0
- data/docs/js/jquery.js +4 -0
- data/docs/method_list.html +31043 -0
- data/docs/top-level-namespace.html +214 -0
- data/examples/canvasdemo.rb +5 -1
- data/examples/gltest.rb +162 -106
- data/examples/glviewer.rb +12 -8
- data/ext/fox16_c/core_wrap.cpp +117 -115
- data/ext/fox16_c/dc_wrap.cpp +82 -60
- data/ext/fox16_c/dialogs_wrap.cpp +87 -67
- data/ext/fox16_c/extconf.rb +12 -12
- data/ext/fox16_c/frames_wrap.cpp +101 -75
- data/ext/fox16_c/fx3d_wrap.cpp +258 -302
- data/ext/fox16_c/iconlist_wrap.cpp +70 -52
- data/ext/fox16_c/icons_wrap.cpp +75 -55
- data/ext/fox16_c/image_wrap.cpp +75 -57
- data/ext/fox16_c/label_wrap.cpp +78 -60
- data/ext/fox16_c/layout_wrap.cpp +83 -65
- data/ext/fox16_c/list_wrap.cpp +70 -52
- data/ext/fox16_c/mdi_wrap.cpp +76 -58
- data/ext/fox16_c/menu_wrap.cpp +78 -60
- data/ext/fox16_c/scintilla_wrap.cpp +85 -61
- data/ext/fox16_c/swigruby.h +64 -46
- data/ext/fox16_c/table_wrap.cpp +80 -58
- data/ext/fox16_c/text_wrap.cpp +75 -55
- data/ext/fox16_c/treelist_wrap.cpp +71 -53
- data/ext/fox16_c/ui_wrap.cpp +101 -81
- data/fxruby.gemspec +1 -1
- data/lib/2.4/fox16_c.so +0 -0
- data/lib/2.5/fox16_c.so +0 -0
- data/lib/2.6/fox16_c.so +0 -0
- data/lib/2.7/fox16_c.so +0 -0
- data/lib/{2.2 → 3.0}/fox16_c.so +0 -0
- data/lib/fox16/aliases.rb +0 -0
- data/lib/fox16/bitmapview.rb +0 -0
- data/lib/fox16/calendar.rb +0 -0
- data/lib/fox16/canvas.rb +76 -45
- data/lib/fox16/chore.rb +0 -0
- data/lib/fox16/colors.rb +0 -0
- data/lib/fox16/core.rb +0 -0
- data/lib/fox16/dict.rb +0 -0
- data/lib/fox16/glgroup.rb +5 -5
- data/lib/fox16/glshapes.rb +111 -99
- data/lib/fox16/input.rb +0 -0
- data/lib/fox16/irb.rb +0 -0
- data/lib/fox16/iterators.rb +0 -0
- data/lib/fox16/keys.rb +0 -0
- data/lib/fox16/missingdep.rb +0 -0
- data/lib/fox16/pseudokeyboard.rb +0 -0
- data/lib/fox16/pseudomouse.rb +0 -0
- data/lib/fox16/responder.rb +0 -0
- data/lib/fox16/responder2.rb +0 -0
- data/lib/fox16/scintilla.rb +0 -0
- data/lib/fox16/settings.rb +0 -0
- data/lib/fox16/signal.rb +0 -0
- data/lib/fox16/timeout.rb +0 -0
- data/lib/fox16/tkcompat.rb +0 -0
- data/lib/fox16/undolist.rb +0 -0
- data/lib/fox16/version.rb +1 -1
- data/lib/fox16.rb +2 -4
- data/ports/x64-mingw32/bin/libFOX-1.6-0.dll +0 -0
- data/ports/x64-mingw32/bin/libfxscintilla-20.dll +0 -0
- data/ports/x64-mingw32/bin/libgcc_s_seh-1.dll +0 -0
- data/ports/x64-mingw32/bin/libjpeg-62.dll +0 -0
- data/ports/x64-mingw32/bin/libpng16-16.dll +0 -0
- data/ports/x64-mingw32/bin/libstdc++-6.dll +0 -0
- data/ports/x64-mingw32/bin/libtiff-5.dll +0 -0
- data/ports/x64-mingw32/bin/libwinpthread-1.dll +0 -0
- data/ports/x64-mingw32/bin/zlib1.dll +0 -0
- metadata +310 -20
- data/lib/2.3/fox16_c.so +0 -0
- data/ports/x86_64-w64-mingw32/bin/libFOX-1.6-0.dll +0 -0
- data/ports/x86_64-w64-mingw32/bin/libfxscintilla-20.dll +0 -0
- data/ports/x86_64-w64-mingw32/bin/libgcc_s_seh-1.dll +0 -0
- data/ports/x86_64-w64-mingw32/bin/libjpeg-62.dll +0 -0
- data/ports/x86_64-w64-mingw32/bin/libpng16-16.dll +0 -0
- data/ports/x86_64-w64-mingw32/bin/libstdc++-6.dll +0 -0
- data/ports/x86_64-w64-mingw32/bin/libtiff-5.dll +0 -0
- data/ports/x86_64-w64-mingw32/bin/libwinpthread-1.dll +0 -0
- data/ports/x86_64-w64-mingw32/bin/zlib1.dll +0 -0
data/ext/fox16_c/fx3d_wrap.cpp
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/* ----------------------------------------------------------------------------
|
2
2
|
* This file was automatically generated by SWIG (http://www.swig.org).
|
3
|
-
* Version
|
3
|
+
* Version 4.0.2
|
4
4
|
*
|
5
5
|
* This file is not intended to be easily readable and contains a number of
|
6
6
|
* coding conventions designed to improve portability and efficiency. Do not make
|
@@ -331,6 +331,7 @@ template <typename T> T SwigValueInit() {
|
|
331
331
|
/* Flags for pointer conversions */
|
332
332
|
#define SWIG_POINTER_DISOWN 0x1
|
333
333
|
#define SWIG_CAST_NEW_MEMORY 0x2
|
334
|
+
#define SWIG_POINTER_NO_NULL 0x4
|
334
335
|
|
335
336
|
/* Flags for new pointer objects */
|
336
337
|
#define SWIG_POINTER_OWN 0x1
|
@@ -982,42 +983,53 @@ SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
|
|
982
983
|
#ifndef RSTRUCT_PTR
|
983
984
|
# define RSTRUCT_PTR(x) RSTRUCT(x)->ptr
|
984
985
|
#endif
|
986
|
+
#ifndef RTYPEDDATA_P
|
987
|
+
# define RTYPEDDATA_P(x) (TYPE(x) != T_DATA)
|
988
|
+
#endif
|
985
989
|
|
986
990
|
|
987
991
|
|
988
992
|
/*
|
989
|
-
*
|
990
|
-
*
|
993
|
+
* The following macros are used for providing the correct type of a
|
994
|
+
* function pointer to the Ruby C API.
|
995
|
+
* Starting with Ruby 2.7 (corresponding to RB_METHOD_DEFINITION_DECL being
|
996
|
+
* defined) these macros act transparently due to Ruby's moving away from
|
997
|
+
* ANYARGS and instead employing strict function signatures.
|
998
|
+
*
|
999
|
+
* Note: In case of C (not C++) the macros are transparent even before
|
1000
|
+
* Ruby 2.7 due to the fact that the Ruby C API used function declarators
|
1001
|
+
* with empty parentheses, which allows for an unspecified number of
|
1002
|
+
* arguments.
|
1003
|
+
*
|
1004
|
+
* PROTECTFUNC(f) is used for the function pointer argument of the Ruby
|
1005
|
+
* C API function rb_protect().
|
991
1006
|
*
|
992
|
-
* VALUEFUNC(f) is
|
993
|
-
*
|
994
|
-
* like rb_define_method() and rb_define_singleton_method().
|
1007
|
+
* VALUEFUNC(f) is used for the function pointer argument(s) of Ruby C API
|
1008
|
+
* functions like rb_define_method() and rb_define_singleton_method().
|
995
1009
|
*
|
996
|
-
* VOIDFUNC(f) is
|
997
|
-
*
|
998
|
-
*
|
1010
|
+
* VOIDFUNC(f) is used to typecast a C function that implements either
|
1011
|
+
* the "mark" or "free" stuff for a Ruby Data object, so that it can be
|
1012
|
+
* passed as an argument to Ruby C API functions like Data_Wrap_Struct()
|
999
1013
|
* and Data_Make_Struct().
|
1014
|
+
*
|
1015
|
+
* SWIG_RUBY_VOID_ANYARGS_FUNC(f) is used for the function pointer
|
1016
|
+
* argument(s) of Ruby C API functions like rb_define_virtual_variable().
|
1017
|
+
*
|
1018
|
+
* SWIG_RUBY_INT_ANYARGS_FUNC(f) is used for the function pointer
|
1019
|
+
* argument(s) of Ruby C API functions like st_foreach().
|
1000
1020
|
*/
|
1001
|
-
|
1002
|
-
#
|
1003
|
-
#
|
1004
|
-
#
|
1005
|
-
#
|
1006
|
-
#
|
1007
|
-
# else
|
1008
|
-
# ifndef ANYARGS /* These definitions should work for Ruby 1.6 */
|
1009
|
-
# define PROTECTFUNC(f) ((VALUE (*)()) f)
|
1010
|
-
# define VALUEFUNC(f) ((VALUE (*)()) f)
|
1011
|
-
# define VOIDFUNC(f) ((RUBY_DATA_FUNC) f)
|
1012
|
-
# else /* These definitions should work for Ruby 1.7+ */
|
1013
|
-
# define PROTECTFUNC(f) ((VALUE (*)(VALUE)) f)
|
1014
|
-
# define VALUEFUNC(f) ((VALUE (*)(ANYARGS)) f)
|
1015
|
-
# define VOIDFUNC(f) ((RUBY_DATA_FUNC) f)
|
1016
|
-
# endif
|
1017
|
-
# endif
|
1021
|
+
#if defined(__cplusplus) && !defined(RB_METHOD_DEFINITION_DECL)
|
1022
|
+
# define PROTECTFUNC(f) ((VALUE (*)(VALUE)) f)
|
1023
|
+
# define VALUEFUNC(f) ((VALUE (*)(ANYARGS)) f)
|
1024
|
+
# define VOIDFUNC(f) ((RUBY_DATA_FUNC) f)
|
1025
|
+
# define SWIG_RUBY_VOID_ANYARGS_FUNC(f) ((void (*)(ANYARGS))(f))
|
1026
|
+
# define SWIG_RUBY_INT_ANYARGS_FUNC(f) ((int (*)(ANYARGS))(f))
|
1018
1027
|
#else
|
1028
|
+
# define PROTECTFUNC(f) (f)
|
1019
1029
|
# define VALUEFUNC(f) (f)
|
1020
1030
|
# define VOIDFUNC(f) (f)
|
1031
|
+
# define SWIG_RUBY_VOID_ANYARGS_FUNC(f) (f)
|
1032
|
+
# define SWIG_RUBY_INT_ANYARGS_FUNC(f) (f)
|
1021
1033
|
#endif
|
1022
1034
|
|
1023
1035
|
/* Don't use for expressions have side effect */
|
@@ -1205,7 +1217,7 @@ void Ruby_Format_OverloadedError(
|
|
1205
1217
|
/* -----------------------------------------------------------------------------
|
1206
1218
|
* rubytracking.swg
|
1207
1219
|
*
|
1208
|
-
* This file contains support for tracking mappings from
|
1220
|
+
* This file contains support for tracking mappings from
|
1209
1221
|
* Ruby objects to C++ objects. This functionality is needed
|
1210
1222
|
* to implement mark functions for Ruby's mark and sweep
|
1211
1223
|
* garbage collector.
|
@@ -1232,7 +1244,7 @@ extern "C" {
|
|
1232
1244
|
#endif
|
1233
1245
|
|
1234
1246
|
/* Global hash table to store Trackings from C/C++
|
1235
|
-
structs to Ruby Objects.
|
1247
|
+
structs to Ruby Objects.
|
1236
1248
|
*/
|
1237
1249
|
static st_table* swig_ruby_trackings = NULL;
|
1238
1250
|
|
@@ -1246,7 +1258,7 @@ SWIGRUNTIME void SWIG_RubyInitializeTrackings(void) {
|
|
1246
1258
|
/* Create a hash table to store Trackings from C++
|
1247
1259
|
objects to Ruby objects. */
|
1248
1260
|
|
1249
|
-
/* Try to see if some other .so has already created a
|
1261
|
+
/* Try to see if some other .so has already created a
|
1250
1262
|
tracking hash table, which we keep hidden in an instance var
|
1251
1263
|
in the SWIG module.
|
1252
1264
|
This is done to allow multiple DSOs to share the same
|
@@ -1273,8 +1285,9 @@ SWIGRUNTIME void SWIG_RubyInitializeTrackings(void) {
|
|
1273
1285
|
swig_ruby_trackings = (st_table*)NUM2SWIG(trackings_value);
|
1274
1286
|
}
|
1275
1287
|
|
1276
|
-
|
1277
|
-
|
1288
|
+
rb_define_virtual_variable("SWIG_TRACKINGS_COUNT",
|
1289
|
+
VALUEFUNC(swig_ruby_trackings_count),
|
1290
|
+
SWIG_RUBY_VOID_ANYARGS_FUNC((rb_gvar_setter_t*)NULL));
|
1278
1291
|
}
|
1279
1292
|
|
1280
1293
|
/* Add a Tracking from a C/C++ struct to a Ruby object */
|
@@ -1306,13 +1319,14 @@ SWIGRUNTIME void SWIG_RubyRemoveTracking(void* ptr) {
|
|
1306
1319
|
|
1307
1320
|
/* This is a helper method that unlinks a Ruby object from its
|
1308
1321
|
underlying C++ object. This is needed if the lifetime of the
|
1309
|
-
Ruby object is longer than the C++ object */
|
1322
|
+
Ruby object is longer than the C++ object. */
|
1310
1323
|
SWIGRUNTIME void SWIG_RubyUnlinkObjects(void* ptr) {
|
1311
1324
|
VALUE object = SWIG_RubyInstanceFor(ptr);
|
1312
1325
|
|
1313
1326
|
if (object != Qnil) {
|
1314
|
-
|
1315
|
-
|
1327
|
+
// object might have the T_ZOMBIE type, but that's just
|
1328
|
+
// because the GC has flagged it as such for a deferred
|
1329
|
+
// destruction. Until then, it's still a T_DATA object.
|
1316
1330
|
DATA_PTR(object) = 0;
|
1317
1331
|
}
|
1318
1332
|
}
|
@@ -1322,14 +1336,15 @@ SWIGRUNTIME void SWIG_RubyUnlinkObjects(void* ptr) {
|
|
1322
1336
|
to the passed callback function. */
|
1323
1337
|
|
1324
1338
|
/* Proxy method to abstract the internal trackings datatype */
|
1325
|
-
|
1326
|
-
|
1327
|
-
|
1339
|
+
static int swig_ruby_internal_iterate_callback(st_data_t ptr, st_data_t obj, st_data_t meth) {
|
1340
|
+
((void (*) (void *, VALUE))meth)((void *)ptr, (VALUE)obj);
|
1328
1341
|
return ST_CONTINUE;
|
1329
1342
|
}
|
1330
1343
|
|
1331
1344
|
SWIGRUNTIME void SWIG_RubyIterateTrackings( void(*meth)(void* ptr, VALUE obj) ) {
|
1332
|
-
st_foreach(swig_ruby_trackings,
|
1345
|
+
st_foreach(swig_ruby_trackings,
|
1346
|
+
SWIG_RUBY_INT_ANYARGS_FUNC(swig_ruby_internal_iterate_callback),
|
1347
|
+
(st_data_t)meth);
|
1333
1348
|
}
|
1334
1349
|
|
1335
1350
|
#ifdef __cplusplus
|
@@ -1546,10 +1561,11 @@ SWIG_Ruby_NewPointerObj(void *ptr, swig_type_info *type, int flags)
|
|
1546
1561
|
swig_class *sklass;
|
1547
1562
|
VALUE klass;
|
1548
1563
|
VALUE obj;
|
1549
|
-
|
1564
|
+
|
1550
1565
|
if (!ptr)
|
1551
1566
|
return Qnil;
|
1552
|
-
|
1567
|
+
|
1568
|
+
assert(type);
|
1553
1569
|
if (type->clientdata) {
|
1554
1570
|
sklass = (swig_class *) type->clientdata;
|
1555
1571
|
|
@@ -1557,7 +1573,7 @@ SWIG_Ruby_NewPointerObj(void *ptr, swig_type_info *type, int flags)
|
|
1557
1573
|
track = sklass->trackObjects;
|
1558
1574
|
if (track) {
|
1559
1575
|
obj = SWIG_RubyInstanceFor(ptr);
|
1560
|
-
|
1576
|
+
|
1561
1577
|
/* Check the object's type and make sure it has the correct type.
|
1562
1578
|
It might not in cases where methods do things like
|
1563
1579
|
downcast methods. */
|
@@ -1589,7 +1605,7 @@ SWIG_Ruby_NewPointerObj(void *ptr, swig_type_info *type, int flags)
|
|
1589
1605
|
obj = Data_Wrap_Struct(klass, 0, 0, ptr);
|
1590
1606
|
}
|
1591
1607
|
rb_iv_set(obj, "@__swigtype__", rb_str_new2(type->name));
|
1592
|
-
|
1608
|
+
|
1593
1609
|
return obj;
|
1594
1610
|
}
|
1595
1611
|
|
@@ -1609,6 +1625,8 @@ SWIGRUNTIMEINLINE char *
|
|
1609
1625
|
SWIG_Ruby_MangleStr(VALUE obj)
|
1610
1626
|
{
|
1611
1627
|
VALUE stype = rb_iv_get(obj, "@__swigtype__");
|
1628
|
+
if (NIL_P(stype))
|
1629
|
+
return NULL;
|
1612
1630
|
return StringValuePtr(stype);
|
1613
1631
|
}
|
1614
1632
|
|
@@ -1621,7 +1639,7 @@ typedef struct {
|
|
1621
1639
|
SWIGRUNTIME swig_ruby_owntype
|
1622
1640
|
SWIG_Ruby_AcquirePtr(VALUE obj, swig_ruby_owntype own) {
|
1623
1641
|
swig_ruby_owntype oldown = {0, 0};
|
1624
|
-
if (obj) {
|
1642
|
+
if (TYPE(obj) == T_DATA && !RTYPEDDATA_P(obj)) {
|
1625
1643
|
oldown.datafree = RDATA(obj)->dfree;
|
1626
1644
|
RDATA(obj)->dfree = own.datafree;
|
1627
1645
|
}
|
@@ -1640,9 +1658,9 @@ SWIG_Ruby_ConvertPtrAndOwn(VALUE obj, void **ptr, swig_type_info *ty, int flags,
|
|
1640
1658
|
if (NIL_P(obj)) {
|
1641
1659
|
if (ptr)
|
1642
1660
|
*ptr = 0;
|
1643
|
-
return SWIG_OK;
|
1661
|
+
return (flags & SWIG_POINTER_NO_NULL) ? SWIG_NullReferenceError : SWIG_OK;
|
1644
1662
|
} else {
|
1645
|
-
if (TYPE(obj) != T_DATA) {
|
1663
|
+
if (TYPE(obj) != T_DATA || (TYPE(obj) == T_DATA && RTYPEDDATA_P(obj))) {
|
1646
1664
|
return SWIG_ERROR;
|
1647
1665
|
}
|
1648
1666
|
Data_Get_Struct(obj, void, vptr);
|
@@ -1737,7 +1755,7 @@ SWIG_Ruby_NewPackedObj(void *ptr, int sz, swig_type_info *type) {
|
|
1737
1755
|
return rb_str_new2(result);
|
1738
1756
|
}
|
1739
1757
|
|
1740
|
-
/* Convert a packed
|
1758
|
+
/* Convert a packed pointer value */
|
1741
1759
|
SWIGRUNTIME int
|
1742
1760
|
SWIG_Ruby_ConvertPacked(VALUE obj, void *ptr, int sz, swig_type_info *ty) {
|
1743
1761
|
swig_cast_info *tc;
|
@@ -1996,7 +2014,7 @@ static swig_module_info swig_module = {swig_types, 138, 0, 0, 0, 0};
|
|
1996
2014
|
#define SWIG_RUBY_THREAD_END_BLOCK
|
1997
2015
|
|
1998
2016
|
|
1999
|
-
#define SWIGVERSION
|
2017
|
+
#define SWIGVERSION 0x040002
|
2000
2018
|
#define SWIG_VERSION SWIGVERSION
|
2001
2019
|
|
2002
2020
|
|
@@ -2068,7 +2086,7 @@ inline void* to_FXEvent(VALUE obj){
|
|
2068
2086
|
/* isfinite() is a macro for C99 */
|
2069
2087
|
# if defined(isfinite)
|
2070
2088
|
# define SWIG_isfinite(X) (isfinite(X))
|
2071
|
-
# elif defined
|
2089
|
+
# elif defined(__cplusplus) && __cplusplus >= 201103L
|
2072
2090
|
/* Use a template so that this works whether isfinite() is std::isfinite() or
|
2073
2091
|
* in the global namespace. The reality seems to vary between compiler
|
2074
2092
|
* versions.
|
@@ -2084,6 +2102,12 @@ inline int SWIG_isfinite_func(T x) {
|
|
2084
2102
|
return isfinite(x);
|
2085
2103
|
}
|
2086
2104
|
# define SWIG_isfinite(X) (SWIG_isfinite_func(X))
|
2105
|
+
# elif defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2))
|
2106
|
+
# define SWIG_isfinite(X) (__builtin_isfinite(X))
|
2107
|
+
# elif defined(__clang__) && defined(__has_builtin)
|
2108
|
+
# if __has_builtin(__builtin_isfinite)
|
2109
|
+
# define SWIG_isfinite(X) (__builtin_isfinite(X))
|
2110
|
+
# endif
|
2087
2111
|
# elif defined(_MSC_VER)
|
2088
2112
|
# define SWIG_isfinite(X) (_finite(X))
|
2089
2113
|
# elif defined(__sun) && defined(__SVR4)
|
@@ -2102,14 +2126,16 @@ inline int SWIG_isfinite_func(T x) {
|
|
2102
2126
|
|
2103
2127
|
|
2104
2128
|
SWIGINTERN VALUE
|
2105
|
-
SWIG_ruby_failed(VALUE, VALUE)
|
2129
|
+
SWIG_ruby_failed(VALUE SWIGUNUSEDPARM(arg1), VALUE SWIGUNUSEDPARM(arg2))
|
2106
2130
|
{
|
2107
2131
|
return Qnil;
|
2108
2132
|
}
|
2109
2133
|
|
2110
2134
|
|
2111
|
-
/*@SWIG:/usr/share/
|
2112
|
-
SWIGINTERN VALUE SWIG_AUX_NUM2DBL(VALUE
|
2135
|
+
/*@SWIG:/usr/share/swig4.0/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
|
2136
|
+
SWIGINTERN VALUE SWIG_AUX_NUM2DBL(VALUE arg)
|
2137
|
+
{
|
2138
|
+
VALUE *args = (VALUE *)arg;
|
2113
2139
|
VALUE obj = args[0];
|
2114
2140
|
VALUE type = TYPE(obj);
|
2115
2141
|
double *res = (double *)(args[1]);
|
@@ -2127,7 +2153,7 @@ SWIG_AsVal_double (VALUE obj, double *val)
|
|
2127
2153
|
VALUE a[2];
|
2128
2154
|
a[0] = obj;
|
2129
2155
|
a[1] = (VALUE)(&v);
|
2130
|
-
if (rb_rescue(
|
2156
|
+
if (rb_rescue(VALUEFUNC(SWIG_AUX_NUM2DBL), (VALUE)a, VALUEFUNC(SWIG_ruby_failed), 0) != Qnil) {
|
2131
2157
|
if (val) *val = v;
|
2132
2158
|
return SWIG_OK;
|
2133
2159
|
}
|
@@ -2564,8 +2590,10 @@ SWIGINTERN VALUE FXGLVisual_supported(FXApp *application){
|
|
2564
2590
|
return rb_ary_new3(3,answer?Qtrue:Qfalse,INT2NUM(major),INT2NUM(minor));
|
2565
2591
|
}
|
2566
2592
|
|
2567
|
-
/*@SWIG:/usr/share/
|
2568
|
-
SWIGINTERN VALUE SWIG_AUX_NUM2LONG(VALUE
|
2593
|
+
/*@SWIG:/usr/share/swig4.0/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
|
2594
|
+
SWIGINTERN VALUE SWIG_AUX_NUM2LONG(VALUE arg)
|
2595
|
+
{
|
2596
|
+
VALUE *args = (VALUE *)arg;
|
2569
2597
|
VALUE obj = args[0];
|
2570
2598
|
VALUE type = TYPE(obj);
|
2571
2599
|
long *res = (long *)(args[1]);
|
@@ -2583,7 +2611,7 @@ SWIG_AsVal_long (VALUE obj, long* val)
|
|
2583
2611
|
VALUE a[2];
|
2584
2612
|
a[0] = obj;
|
2585
2613
|
a[1] = (VALUE)(&v);
|
2586
|
-
if (rb_rescue(
|
2614
|
+
if (rb_rescue(VALUEFUNC(SWIG_AUX_NUM2LONG), (VALUE)a, VALUEFUNC(SWIG_ruby_failed), 0) != Qnil) {
|
2587
2615
|
if (val) *val = v;
|
2588
2616
|
return SWIG_OK;
|
2589
2617
|
}
|
@@ -2725,8 +2753,10 @@ SWIG_From_unsigned_SS_int (unsigned int value)
|
|
2725
2753
|
}
|
2726
2754
|
|
2727
2755
|
|
2728
|
-
/*@SWIG:/usr/share/
|
2729
|
-
SWIGINTERN VALUE SWIG_AUX_NUM2ULONG(VALUE
|
2756
|
+
/*@SWIG:/usr/share/swig4.0/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
|
2757
|
+
SWIGINTERN VALUE SWIG_AUX_NUM2ULONG(VALUE arg)
|
2758
|
+
{
|
2759
|
+
VALUE *args = (VALUE *)arg;
|
2730
2760
|
VALUE obj = args[0];
|
2731
2761
|
VALUE type = TYPE(obj);
|
2732
2762
|
unsigned long *res = (unsigned long *)(args[1]);
|
@@ -2744,7 +2774,7 @@ SWIG_AsVal_unsigned_SS_long (VALUE obj, unsigned long *val)
|
|
2744
2774
|
VALUE a[2];
|
2745
2775
|
a[0] = obj;
|
2746
2776
|
a[1] = (VALUE)(&v);
|
2747
|
-
if (rb_rescue(
|
2777
|
+
if (rb_rescue(VALUEFUNC(SWIG_AUX_NUM2ULONG), (VALUE)a, VALUEFUNC(SWIG_ruby_failed), 0) != Qnil) {
|
2748
2778
|
if (val) *val = v;
|
2749
2779
|
return SWIG_OK;
|
2750
2780
|
}
|
@@ -3196,7 +3226,7 @@ SWIGINTERN VALUE _wrap_new_FXVec2f(int nargs, VALUE *args, VALUE self) {
|
|
3196
3226
|
if (argc == 1) {
|
3197
3227
|
int _v;
|
3198
3228
|
void *vptr = 0;
|
3199
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec2f,
|
3229
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec2f, SWIG_POINTER_NO_NULL);
|
3200
3230
|
_v = SWIG_CheckState(res);
|
3201
3231
|
if (_v) {
|
3202
3232
|
return _wrap_new_FXVec2f__SWIG_1(nargs, args, self);
|
@@ -3270,7 +3300,6 @@ fail:
|
|
3270
3300
|
}
|
3271
3301
|
|
3272
3302
|
|
3273
|
-
|
3274
3303
|
/*
|
3275
3304
|
Document-method: Fx3d::FXVec2f.[]
|
3276
3305
|
|
@@ -3305,7 +3334,6 @@ fail:
|
|
3305
3334
|
}
|
3306
3335
|
|
3307
3336
|
|
3308
|
-
|
3309
3337
|
/*
|
3310
3338
|
Document-method: Fx3d::FXVec2f.[]=
|
3311
3339
|
|
@@ -3348,7 +3376,6 @@ fail:
|
|
3348
3376
|
}
|
3349
3377
|
|
3350
3378
|
|
3351
|
-
|
3352
3379
|
/*
|
3353
3380
|
Document-method: Fx3d::FXVec2f.-@
|
3354
3381
|
|
@@ -3381,7 +3408,6 @@ fail:
|
|
3381
3408
|
}
|
3382
3409
|
|
3383
3410
|
|
3384
|
-
|
3385
3411
|
/*
|
3386
3412
|
Document-method: Fx3d::FXVec2f.+
|
3387
3413
|
|
@@ -3425,7 +3451,6 @@ fail:
|
|
3425
3451
|
}
|
3426
3452
|
|
3427
3453
|
|
3428
|
-
|
3429
3454
|
/*
|
3430
3455
|
Document-method: Fx3d::FXVec2f.-
|
3431
3456
|
|
@@ -3586,7 +3611,7 @@ SWIGINTERN VALUE _wrap_FXVec2f___mul__(int nargs, VALUE *args, VALUE self) {
|
|
3586
3611
|
_v = SWIG_CheckState(res);
|
3587
3612
|
if (_v) {
|
3588
3613
|
void *vptr = 0;
|
3589
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2f,
|
3614
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2f, SWIG_POINTER_NO_NULL);
|
3590
3615
|
_v = SWIG_CheckState(res);
|
3591
3616
|
if (_v) {
|
3592
3617
|
return _wrap_FXVec2f___mul____SWIG_1(nargs, args, self);
|
@@ -3653,7 +3678,6 @@ fail:
|
|
3653
3678
|
}
|
3654
3679
|
|
3655
3680
|
|
3656
|
-
|
3657
3681
|
/*
|
3658
3682
|
Document-method: Fx3d::FXVec2f.==
|
3659
3683
|
|
@@ -4060,7 +4084,7 @@ SWIGINTERN VALUE _wrap_new_FXVec2d(int nargs, VALUE *args, VALUE self) {
|
|
4060
4084
|
if (argc == 1) {
|
4061
4085
|
int _v;
|
4062
4086
|
void *vptr = 0;
|
4063
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec2d,
|
4087
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec2d, SWIG_POINTER_NO_NULL);
|
4064
4088
|
_v = SWIG_CheckState(res);
|
4065
4089
|
if (_v) {
|
4066
4090
|
return _wrap_new_FXVec2d__SWIG_1(nargs, args, self);
|
@@ -4124,7 +4148,6 @@ fail:
|
|
4124
4148
|
}
|
4125
4149
|
|
4126
4150
|
|
4127
|
-
|
4128
4151
|
/*
|
4129
4152
|
Document-method: Fx3d::FXVec2d.[]
|
4130
4153
|
|
@@ -4159,7 +4182,6 @@ fail:
|
|
4159
4182
|
}
|
4160
4183
|
|
4161
4184
|
|
4162
|
-
|
4163
4185
|
/*
|
4164
4186
|
Document-method: Fx3d::FXVec2d.[]=
|
4165
4187
|
|
@@ -4202,7 +4224,6 @@ fail:
|
|
4202
4224
|
}
|
4203
4225
|
|
4204
4226
|
|
4205
|
-
|
4206
4227
|
/*
|
4207
4228
|
Document-method: Fx3d::FXVec2d.-@
|
4208
4229
|
|
@@ -4235,7 +4256,6 @@ fail:
|
|
4235
4256
|
}
|
4236
4257
|
|
4237
4258
|
|
4238
|
-
|
4239
4259
|
/*
|
4240
4260
|
Document-method: Fx3d::FXVec2d.+
|
4241
4261
|
|
@@ -4279,7 +4299,6 @@ fail:
|
|
4279
4299
|
}
|
4280
4300
|
|
4281
4301
|
|
4282
|
-
|
4283
4302
|
/*
|
4284
4303
|
Document-method: Fx3d::FXVec2d.-
|
4285
4304
|
|
@@ -4440,7 +4459,7 @@ SWIGINTERN VALUE _wrap_FXVec2d___mul__(int nargs, VALUE *args, VALUE self) {
|
|
4440
4459
|
_v = SWIG_CheckState(res);
|
4441
4460
|
if (_v) {
|
4442
4461
|
void *vptr = 0;
|
4443
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2d,
|
4462
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2d, SWIG_POINTER_NO_NULL);
|
4444
4463
|
_v = SWIG_CheckState(res);
|
4445
4464
|
if (_v) {
|
4446
4465
|
return _wrap_FXVec2d___mul____SWIG_1(nargs, args, self);
|
@@ -4507,7 +4526,6 @@ fail:
|
|
4507
4526
|
}
|
4508
4527
|
|
4509
4528
|
|
4510
|
-
|
4511
4529
|
/*
|
4512
4530
|
Document-method: Fx3d::FXVec2d.==
|
4513
4531
|
|
@@ -5009,7 +5027,7 @@ SWIGINTERN VALUE _wrap_new_FXVec3f(int nargs, VALUE *args, VALUE self) {
|
|
5009
5027
|
if (argc == 1) {
|
5010
5028
|
int _v;
|
5011
5029
|
void *vptr = 0;
|
5012
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f,
|
5030
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
5013
5031
|
_v = SWIG_CheckState(res);
|
5014
5032
|
if (_v) {
|
5015
5033
|
return _wrap_new_FXVec3f__SWIG_1(nargs, args, self);
|
@@ -5113,7 +5131,6 @@ fail:
|
|
5113
5131
|
}
|
5114
5132
|
|
5115
5133
|
|
5116
|
-
|
5117
5134
|
/*
|
5118
5135
|
Document-method: Fx3d::FXVec3f.[]
|
5119
5136
|
|
@@ -5150,7 +5167,6 @@ fail:
|
|
5150
5167
|
}
|
5151
5168
|
|
5152
5169
|
|
5153
|
-
|
5154
5170
|
/*
|
5155
5171
|
Document-method: Fx3d::FXVec3f.[]=
|
5156
5172
|
|
@@ -5195,7 +5211,6 @@ fail:
|
|
5195
5211
|
}
|
5196
5212
|
|
5197
5213
|
|
5198
|
-
|
5199
5214
|
/*
|
5200
5215
|
Document-method: Fx3d::FXVec3f.-@
|
5201
5216
|
|
@@ -5233,7 +5248,6 @@ fail:
|
|
5233
5248
|
}
|
5234
5249
|
|
5235
5250
|
|
5236
|
-
|
5237
5251
|
/*
|
5238
5252
|
Document-method: Fx3d::FXVec3f.+
|
5239
5253
|
|
@@ -5283,7 +5297,6 @@ fail:
|
|
5283
5297
|
}
|
5284
5298
|
|
5285
5299
|
|
5286
|
-
|
5287
5300
|
/*
|
5288
5301
|
Document-method: Fx3d::FXVec3f.-
|
5289
5302
|
|
@@ -5463,7 +5476,7 @@ SWIGINTERN VALUE _wrap_FXVec3f___mul__(int nargs, VALUE *args, VALUE self) {
|
|
5463
5476
|
_v = SWIG_CheckState(res);
|
5464
5477
|
if (_v) {
|
5465
5478
|
void *vptr = 0;
|
5466
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
5479
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
5467
5480
|
_v = SWIG_CheckState(res);
|
5468
5481
|
if (_v) {
|
5469
5482
|
return _wrap_FXVec3f___mul____SWIG_1(nargs, args, self);
|
@@ -5533,7 +5546,6 @@ fail:
|
|
5533
5546
|
}
|
5534
5547
|
|
5535
5548
|
|
5536
|
-
|
5537
5549
|
/*
|
5538
5550
|
Document-method: Fx3d::FXVec3f.^
|
5539
5551
|
|
@@ -5624,7 +5636,6 @@ fail:
|
|
5624
5636
|
}
|
5625
5637
|
|
5626
5638
|
|
5627
|
-
|
5628
5639
|
/*
|
5629
5640
|
Document-method: Fx3d::FXVec3f.==
|
5630
5641
|
|
@@ -5917,15 +5928,15 @@ SWIGINTERN VALUE _wrap_FXVec3f_normal(int nargs, VALUE *args, VALUE self) {
|
|
5917
5928
|
if (argc == 3) {
|
5918
5929
|
int _v;
|
5919
5930
|
void *vptr = 0;
|
5920
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f,
|
5931
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
5921
5932
|
_v = SWIG_CheckState(res);
|
5922
5933
|
if (_v) {
|
5923
5934
|
void *vptr = 0;
|
5924
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
5935
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
5925
5936
|
_v = SWIG_CheckState(res);
|
5926
5937
|
if (_v) {
|
5927
5938
|
void *vptr = 0;
|
5928
|
-
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3f,
|
5939
|
+
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
5929
5940
|
_v = SWIG_CheckState(res);
|
5930
5941
|
if (_v) {
|
5931
5942
|
return _wrap_FXVec3f_normal__SWIG_0(nargs, args, self);
|
@@ -5936,19 +5947,19 @@ SWIGINTERN VALUE _wrap_FXVec3f_normal(int nargs, VALUE *args, VALUE self) {
|
|
5936
5947
|
if (argc == 4) {
|
5937
5948
|
int _v;
|
5938
5949
|
void *vptr = 0;
|
5939
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f,
|
5950
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
5940
5951
|
_v = SWIG_CheckState(res);
|
5941
5952
|
if (_v) {
|
5942
5953
|
void *vptr = 0;
|
5943
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
5954
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
5944
5955
|
_v = SWIG_CheckState(res);
|
5945
5956
|
if (_v) {
|
5946
5957
|
void *vptr = 0;
|
5947
|
-
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3f,
|
5958
|
+
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
5948
5959
|
_v = SWIG_CheckState(res);
|
5949
5960
|
if (_v) {
|
5950
5961
|
void *vptr = 0;
|
5951
|
-
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_FXVec3f,
|
5962
|
+
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
5952
5963
|
_v = SWIG_CheckState(res);
|
5953
5964
|
if (_v) {
|
5954
5965
|
return _wrap_FXVec3f_normal__SWIG_1(nargs, args, self);
|
@@ -6320,7 +6331,7 @@ SWIGINTERN VALUE _wrap_new_FXVec3d(int nargs, VALUE *args, VALUE self) {
|
|
6320
6331
|
if (argc == 1) {
|
6321
6332
|
int _v;
|
6322
6333
|
void *vptr = 0;
|
6323
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d,
|
6334
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
6324
6335
|
_v = SWIG_CheckState(res);
|
6325
6336
|
if (_v) {
|
6326
6337
|
return _wrap_new_FXVec3d__SWIG_1(nargs, args, self);
|
@@ -6420,7 +6431,6 @@ fail:
|
|
6420
6431
|
}
|
6421
6432
|
|
6422
6433
|
|
6423
|
-
|
6424
6434
|
/*
|
6425
6435
|
Document-method: Fx3d::FXVec3d.[]
|
6426
6436
|
|
@@ -6455,7 +6465,6 @@ fail:
|
|
6455
6465
|
}
|
6456
6466
|
|
6457
6467
|
|
6458
|
-
|
6459
6468
|
/*
|
6460
6469
|
Document-method: Fx3d::FXVec3d.[]=
|
6461
6470
|
|
@@ -6498,7 +6507,6 @@ fail:
|
|
6498
6507
|
}
|
6499
6508
|
|
6500
6509
|
|
6501
|
-
|
6502
6510
|
/*
|
6503
6511
|
Document-method: Fx3d::FXVec3d.-@
|
6504
6512
|
|
@@ -6531,7 +6539,6 @@ fail:
|
|
6531
6539
|
}
|
6532
6540
|
|
6533
6541
|
|
6534
|
-
|
6535
6542
|
/*
|
6536
6543
|
Document-method: Fx3d::FXVec3d.+
|
6537
6544
|
|
@@ -6575,7 +6582,6 @@ fail:
|
|
6575
6582
|
}
|
6576
6583
|
|
6577
6584
|
|
6578
|
-
|
6579
6585
|
/*
|
6580
6586
|
Document-method: Fx3d::FXVec3d.-
|
6581
6587
|
|
@@ -6736,7 +6742,7 @@ SWIGINTERN VALUE _wrap_FXVec3d___mul__(int nargs, VALUE *args, VALUE self) {
|
|
6736
6742
|
_v = SWIG_CheckState(res);
|
6737
6743
|
if (_v) {
|
6738
6744
|
void *vptr = 0;
|
6739
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
6745
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
6740
6746
|
_v = SWIG_CheckState(res);
|
6741
6747
|
if (_v) {
|
6742
6748
|
return _wrap_FXVec3d___mul____SWIG_1(nargs, args, self);
|
@@ -6803,7 +6809,6 @@ fail:
|
|
6803
6809
|
}
|
6804
6810
|
|
6805
6811
|
|
6806
|
-
|
6807
6812
|
/*
|
6808
6813
|
Document-method: Fx3d::FXVec3d.^
|
6809
6814
|
|
@@ -6882,7 +6887,6 @@ fail:
|
|
6882
6887
|
}
|
6883
6888
|
|
6884
6889
|
|
6885
|
-
|
6886
6890
|
/*
|
6887
6891
|
Document-method: Fx3d::FXVec3d.==
|
6888
6892
|
|
@@ -7142,15 +7146,15 @@ SWIGINTERN VALUE _wrap_FXVec3d_normal(int nargs, VALUE *args, VALUE self) {
|
|
7142
7146
|
if (argc == 3) {
|
7143
7147
|
int _v;
|
7144
7148
|
void *vptr = 0;
|
7145
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d,
|
7149
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
7146
7150
|
_v = SWIG_CheckState(res);
|
7147
7151
|
if (_v) {
|
7148
7152
|
void *vptr = 0;
|
7149
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
7153
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
7150
7154
|
_v = SWIG_CheckState(res);
|
7151
7155
|
if (_v) {
|
7152
7156
|
void *vptr = 0;
|
7153
|
-
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3d,
|
7157
|
+
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
7154
7158
|
_v = SWIG_CheckState(res);
|
7155
7159
|
if (_v) {
|
7156
7160
|
return _wrap_FXVec3d_normal__SWIG_0(nargs, args, self);
|
@@ -7161,19 +7165,19 @@ SWIGINTERN VALUE _wrap_FXVec3d_normal(int nargs, VALUE *args, VALUE self) {
|
|
7161
7165
|
if (argc == 4) {
|
7162
7166
|
int _v;
|
7163
7167
|
void *vptr = 0;
|
7164
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d,
|
7168
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
7165
7169
|
_v = SWIG_CheckState(res);
|
7166
7170
|
if (_v) {
|
7167
7171
|
void *vptr = 0;
|
7168
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
7172
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
7169
7173
|
_v = SWIG_CheckState(res);
|
7170
7174
|
if (_v) {
|
7171
7175
|
void *vptr = 0;
|
7172
|
-
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3d,
|
7176
|
+
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
7173
7177
|
_v = SWIG_CheckState(res);
|
7174
7178
|
if (_v) {
|
7175
7179
|
void *vptr = 0;
|
7176
|
-
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_FXVec3d,
|
7180
|
+
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
7177
7181
|
_v = SWIG_CheckState(res);
|
7178
7182
|
if (_v) {
|
7179
7183
|
return _wrap_FXVec3d_normal__SWIG_1(nargs, args, self);
|
@@ -7663,7 +7667,7 @@ SWIGINTERN VALUE _wrap_new_FXVec4f(int nargs, VALUE *args, VALUE self) {
|
|
7663
7667
|
if (argc == 1) {
|
7664
7668
|
int _v;
|
7665
7669
|
void *vptr = 0;
|
7666
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec4f,
|
7670
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec4f, SWIG_POINTER_NO_NULL);
|
7667
7671
|
_v = SWIG_CheckState(res);
|
7668
7672
|
if (_v) {
|
7669
7673
|
return _wrap_new_FXVec4f__SWIG_1(nargs, args, self);
|
@@ -7672,7 +7676,7 @@ SWIGINTERN VALUE _wrap_new_FXVec4f(int nargs, VALUE *args, VALUE self) {
|
|
7672
7676
|
if ((argc >= 1) && (argc <= 2)) {
|
7673
7677
|
int _v;
|
7674
7678
|
void *vptr = 0;
|
7675
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f,
|
7679
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
7676
7680
|
_v = SWIG_CheckState(res);
|
7677
7681
|
if (_v) {
|
7678
7682
|
if (argc <= 1) {
|
@@ -7880,7 +7884,6 @@ fail:
|
|
7880
7884
|
}
|
7881
7885
|
|
7882
7886
|
|
7883
|
-
|
7884
7887
|
/*
|
7885
7888
|
Document-method: Fx3d::FXVec4f.[]
|
7886
7889
|
|
@@ -7917,7 +7920,6 @@ fail:
|
|
7917
7920
|
}
|
7918
7921
|
|
7919
7922
|
|
7920
|
-
|
7921
7923
|
/*
|
7922
7924
|
Document-method: Fx3d::FXVec4f.[]=
|
7923
7925
|
|
@@ -7962,7 +7964,6 @@ fail:
|
|
7962
7964
|
}
|
7963
7965
|
|
7964
7966
|
|
7965
|
-
|
7966
7967
|
/*
|
7967
7968
|
Document-method: Fx3d::FXVec4f.-@
|
7968
7969
|
|
@@ -8000,7 +8001,6 @@ fail:
|
|
8000
8001
|
}
|
8001
8002
|
|
8002
8003
|
|
8003
|
-
|
8004
8004
|
/*
|
8005
8005
|
Document-method: Fx3d::FXVec4f.+
|
8006
8006
|
|
@@ -8050,7 +8050,6 @@ fail:
|
|
8050
8050
|
}
|
8051
8051
|
|
8052
8052
|
|
8053
|
-
|
8054
8053
|
/*
|
8055
8054
|
Document-method: Fx3d::FXVec4f.-
|
8056
8055
|
|
@@ -8230,7 +8229,7 @@ SWIGINTERN VALUE _wrap_FXVec4f___mul__(int nargs, VALUE *args, VALUE self) {
|
|
8230
8229
|
_v = SWIG_CheckState(res);
|
8231
8230
|
if (_v) {
|
8232
8231
|
void *vptr = 0;
|
8233
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4f,
|
8232
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4f, SWIG_POINTER_NO_NULL);
|
8234
8233
|
_v = SWIG_CheckState(res);
|
8235
8234
|
if (_v) {
|
8236
8235
|
return _wrap_FXVec4f___mul____SWIG_1(nargs, args, self);
|
@@ -8300,7 +8299,6 @@ fail:
|
|
8300
8299
|
}
|
8301
8300
|
|
8302
8301
|
|
8303
|
-
|
8304
8302
|
/*
|
8305
8303
|
Document-method: Fx3d::FXVec4f.==
|
8306
8304
|
|
@@ -8400,7 +8398,7 @@ SWIGINTERN VALUE _wrap_FXVec4f___eq__(int nargs, VALUE *args, VALUE self) {
|
|
8400
8398
|
_v = SWIG_CheckState(res);
|
8401
8399
|
if (_v) {
|
8402
8400
|
void *vptr = 0;
|
8403
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4f,
|
8401
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4f, SWIG_POINTER_NO_NULL);
|
8404
8402
|
_v = SWIG_CheckState(res);
|
8405
8403
|
if (_v) {
|
8406
8404
|
return _wrap_FXVec4f___eq____SWIG_0(nargs, args, self);
|
@@ -8724,7 +8722,7 @@ SWIGINTERN VALUE _wrap_FXVec4f_plane(int nargs, VALUE *args, VALUE self) {
|
|
8724
8722
|
if (argc == 1) {
|
8725
8723
|
int _v;
|
8726
8724
|
void *vptr = 0;
|
8727
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec4f,
|
8725
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec4f, SWIG_POINTER_NO_NULL);
|
8728
8726
|
_v = SWIG_CheckState(res);
|
8729
8727
|
if (_v) {
|
8730
8728
|
return _wrap_FXVec4f_plane__SWIG_0(nargs, args, self);
|
@@ -8733,11 +8731,11 @@ SWIGINTERN VALUE _wrap_FXVec4f_plane(int nargs, VALUE *args, VALUE self) {
|
|
8733
8731
|
if (argc == 2) {
|
8734
8732
|
int _v;
|
8735
8733
|
void *vptr = 0;
|
8736
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f,
|
8734
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
8737
8735
|
_v = SWIG_CheckState(res);
|
8738
8736
|
if (_v) {
|
8739
8737
|
void *vptr = 0;
|
8740
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
8738
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
8741
8739
|
_v = SWIG_CheckState(res);
|
8742
8740
|
if (_v) {
|
8743
8741
|
return _wrap_FXVec4f_plane__SWIG_2(nargs, args, self);
|
@@ -8747,7 +8745,7 @@ SWIGINTERN VALUE _wrap_FXVec4f_plane(int nargs, VALUE *args, VALUE self) {
|
|
8747
8745
|
if (argc == 2) {
|
8748
8746
|
int _v;
|
8749
8747
|
void *vptr = 0;
|
8750
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f,
|
8748
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
8751
8749
|
_v = SWIG_CheckState(res);
|
8752
8750
|
if (_v) {
|
8753
8751
|
{
|
@@ -8762,15 +8760,15 @@ SWIGINTERN VALUE _wrap_FXVec4f_plane(int nargs, VALUE *args, VALUE self) {
|
|
8762
8760
|
if (argc == 3) {
|
8763
8761
|
int _v;
|
8764
8762
|
void *vptr = 0;
|
8765
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f,
|
8763
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
8766
8764
|
_v = SWIG_CheckState(res);
|
8767
8765
|
if (_v) {
|
8768
8766
|
void *vptr = 0;
|
8769
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
8767
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
8770
8768
|
_v = SWIG_CheckState(res);
|
8771
8769
|
if (_v) {
|
8772
8770
|
void *vptr = 0;
|
8773
|
-
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3f,
|
8771
|
+
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
8774
8772
|
_v = SWIG_CheckState(res);
|
8775
8773
|
if (_v) {
|
8776
8774
|
return _wrap_FXVec4f_plane__SWIG_3(nargs, args, self);
|
@@ -9245,7 +9243,7 @@ SWIGINTERN VALUE _wrap_new_FXVec4d(int nargs, VALUE *args, VALUE self) {
|
|
9245
9243
|
if (argc == 1) {
|
9246
9244
|
int _v;
|
9247
9245
|
void *vptr = 0;
|
9248
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec4d,
|
9246
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec4d, SWIG_POINTER_NO_NULL);
|
9249
9247
|
_v = SWIG_CheckState(res);
|
9250
9248
|
if (_v) {
|
9251
9249
|
return _wrap_new_FXVec4d__SWIG_1(nargs, args, self);
|
@@ -9254,7 +9252,7 @@ SWIGINTERN VALUE _wrap_new_FXVec4d(int nargs, VALUE *args, VALUE self) {
|
|
9254
9252
|
if ((argc >= 1) && (argc <= 2)) {
|
9255
9253
|
int _v;
|
9256
9254
|
void *vptr = 0;
|
9257
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d,
|
9255
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
9258
9256
|
_v = SWIG_CheckState(res);
|
9259
9257
|
if (_v) {
|
9260
9258
|
if (argc <= 1) {
|
@@ -9451,7 +9449,6 @@ fail:
|
|
9451
9449
|
}
|
9452
9450
|
|
9453
9451
|
|
9454
|
-
|
9455
9452
|
/*
|
9456
9453
|
Document-method: Fx3d::FXVec4d.[]
|
9457
9454
|
|
@@ -9486,7 +9483,6 @@ fail:
|
|
9486
9483
|
}
|
9487
9484
|
|
9488
9485
|
|
9489
|
-
|
9490
9486
|
/*
|
9491
9487
|
Document-method: Fx3d::FXVec4d.[]=
|
9492
9488
|
|
@@ -9529,7 +9525,6 @@ fail:
|
|
9529
9525
|
}
|
9530
9526
|
|
9531
9527
|
|
9532
|
-
|
9533
9528
|
/*
|
9534
9529
|
Document-method: Fx3d::FXVec4d.-@
|
9535
9530
|
|
@@ -9562,7 +9557,6 @@ fail:
|
|
9562
9557
|
}
|
9563
9558
|
|
9564
9559
|
|
9565
|
-
|
9566
9560
|
/*
|
9567
9561
|
Document-method: Fx3d::FXVec4d.+
|
9568
9562
|
|
@@ -9606,7 +9600,6 @@ fail:
|
|
9606
9600
|
}
|
9607
9601
|
|
9608
9602
|
|
9609
|
-
|
9610
9603
|
/*
|
9611
9604
|
Document-method: Fx3d::FXVec4d.-
|
9612
9605
|
|
@@ -9767,7 +9760,7 @@ SWIGINTERN VALUE _wrap_FXVec4d___mul__(int nargs, VALUE *args, VALUE self) {
|
|
9767
9760
|
_v = SWIG_CheckState(res);
|
9768
9761
|
if (_v) {
|
9769
9762
|
void *vptr = 0;
|
9770
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4d,
|
9763
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4d, SWIG_POINTER_NO_NULL);
|
9771
9764
|
_v = SWIG_CheckState(res);
|
9772
9765
|
if (_v) {
|
9773
9766
|
return _wrap_FXVec4d___mul____SWIG_1(nargs, args, self);
|
@@ -9834,7 +9827,6 @@ fail:
|
|
9834
9827
|
}
|
9835
9828
|
|
9836
9829
|
|
9837
|
-
|
9838
9830
|
/*
|
9839
9831
|
Document-method: Fx3d::FXVec4d.==
|
9840
9832
|
|
@@ -10134,7 +10126,7 @@ SWIGINTERN VALUE _wrap_FXVec4d_plane(int nargs, VALUE *args, VALUE self) {
|
|
10134
10126
|
if (argc == 1) {
|
10135
10127
|
int _v;
|
10136
10128
|
void *vptr = 0;
|
10137
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec4d,
|
10129
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec4d, SWIG_POINTER_NO_NULL);
|
10138
10130
|
_v = SWIG_CheckState(res);
|
10139
10131
|
if (_v) {
|
10140
10132
|
return _wrap_FXVec4d_plane__SWIG_0(nargs, args, self);
|
@@ -10143,11 +10135,11 @@ SWIGINTERN VALUE _wrap_FXVec4d_plane(int nargs, VALUE *args, VALUE self) {
|
|
10143
10135
|
if (argc == 2) {
|
10144
10136
|
int _v;
|
10145
10137
|
void *vptr = 0;
|
10146
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d,
|
10138
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
10147
10139
|
_v = SWIG_CheckState(res);
|
10148
10140
|
if (_v) {
|
10149
10141
|
void *vptr = 0;
|
10150
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
10142
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
10151
10143
|
_v = SWIG_CheckState(res);
|
10152
10144
|
if (_v) {
|
10153
10145
|
return _wrap_FXVec4d_plane__SWIG_2(nargs, args, self);
|
@@ -10157,7 +10149,7 @@ SWIGINTERN VALUE _wrap_FXVec4d_plane(int nargs, VALUE *args, VALUE self) {
|
|
10157
10149
|
if (argc == 2) {
|
10158
10150
|
int _v;
|
10159
10151
|
void *vptr = 0;
|
10160
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d,
|
10152
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
10161
10153
|
_v = SWIG_CheckState(res);
|
10162
10154
|
if (_v) {
|
10163
10155
|
{
|
@@ -10172,15 +10164,15 @@ SWIGINTERN VALUE _wrap_FXVec4d_plane(int nargs, VALUE *args, VALUE self) {
|
|
10172
10164
|
if (argc == 3) {
|
10173
10165
|
int _v;
|
10174
10166
|
void *vptr = 0;
|
10175
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d,
|
10167
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
10176
10168
|
_v = SWIG_CheckState(res);
|
10177
10169
|
if (_v) {
|
10178
10170
|
void *vptr = 0;
|
10179
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
10171
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
10180
10172
|
_v = SWIG_CheckState(res);
|
10181
10173
|
if (_v) {
|
10182
10174
|
void *vptr = 0;
|
10183
|
-
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3d,
|
10175
|
+
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
10184
10176
|
_v = SWIG_CheckState(res);
|
10185
10177
|
if (_v) {
|
10186
10178
|
return _wrap_FXVec4d_plane__SWIG_3(nargs, args, self);
|
@@ -10518,7 +10510,7 @@ SWIGINTERN VALUE _wrap_new_FXQuatf(int nargs, VALUE *args, VALUE self) {
|
|
10518
10510
|
if ((argc >= 1) && (argc <= 2)) {
|
10519
10511
|
int _v;
|
10520
10512
|
void *vptr = 0;
|
10521
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f,
|
10513
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
10522
10514
|
_v = SWIG_CheckState(res);
|
10523
10515
|
if (_v) {
|
10524
10516
|
if (argc <= 1) {
|
@@ -10536,7 +10528,7 @@ SWIGINTERN VALUE _wrap_new_FXQuatf(int nargs, VALUE *args, VALUE self) {
|
|
10536
10528
|
if (argc == 1) {
|
10537
10529
|
int _v;
|
10538
10530
|
void *vptr = 0;
|
10539
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMat3f,
|
10531
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMat3f, SWIG_POINTER_NO_NULL);
|
10540
10532
|
_v = SWIG_CheckState(res);
|
10541
10533
|
if (_v) {
|
10542
10534
|
return _wrap_new_FXQuatf__SWIG_4(nargs, args, self);
|
@@ -10545,15 +10537,15 @@ SWIGINTERN VALUE _wrap_new_FXQuatf(int nargs, VALUE *args, VALUE self) {
|
|
10545
10537
|
if (argc == 3) {
|
10546
10538
|
int _v;
|
10547
10539
|
void *vptr = 0;
|
10548
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f,
|
10540
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
10549
10541
|
_v = SWIG_CheckState(res);
|
10550
10542
|
if (_v) {
|
10551
10543
|
void *vptr = 0;
|
10552
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
10544
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
10553
10545
|
_v = SWIG_CheckState(res);
|
10554
10546
|
if (_v) {
|
10555
10547
|
void *vptr = 0;
|
10556
|
-
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3f,
|
10548
|
+
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
10557
10549
|
_v = SWIG_CheckState(res);
|
10558
10550
|
if (_v) {
|
10559
10551
|
return _wrap_new_FXQuatf__SWIG_3(nargs, args, self);
|
@@ -11279,7 +11271,7 @@ SWIGINTERN VALUE _wrap_FXQuatf___mul__(int nargs, VALUE *args, VALUE self) {
|
|
11279
11271
|
_v = SWIG_CheckState(res);
|
11280
11272
|
if (_v) {
|
11281
11273
|
void *vptr = 0;
|
11282
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXQuatf,
|
11274
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXQuatf, SWIG_POINTER_NO_NULL);
|
11283
11275
|
_v = SWIG_CheckState(res);
|
11284
11276
|
if (_v) {
|
11285
11277
|
return _wrap_FXQuatf___mul____SWIG_0(nargs, args, self);
|
@@ -11293,7 +11285,7 @@ SWIGINTERN VALUE _wrap_FXQuatf___mul__(int nargs, VALUE *args, VALUE self) {
|
|
11293
11285
|
_v = SWIG_CheckState(res);
|
11294
11286
|
if (_v) {
|
11295
11287
|
void *vptr = 0;
|
11296
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
11288
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
11297
11289
|
_v = SWIG_CheckState(res);
|
11298
11290
|
if (_v) {
|
11299
11291
|
return _wrap_FXQuatf___mul____SWIG_1(nargs, args, self);
|
@@ -11612,7 +11604,7 @@ SWIGINTERN VALUE _wrap_new_FXQuatd(int nargs, VALUE *args, VALUE self) {
|
|
11612
11604
|
if (argc == 1) {
|
11613
11605
|
int _v;
|
11614
11606
|
void *vptr = 0;
|
11615
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXQuatd,
|
11607
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXQuatd, SWIG_POINTER_NO_NULL);
|
11616
11608
|
_v = SWIG_CheckState(res);
|
11617
11609
|
if (_v) {
|
11618
11610
|
return _wrap_new_FXQuatd__SWIG_1(nargs, args, self);
|
@@ -11630,7 +11622,7 @@ SWIGINTERN VALUE _wrap_new_FXQuatd(int nargs, VALUE *args, VALUE self) {
|
|
11630
11622
|
if ((argc >= 1) && (argc <= 2)) {
|
11631
11623
|
int _v;
|
11632
11624
|
void *vptr = 0;
|
11633
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d,
|
11625
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
11634
11626
|
_v = SWIG_CheckState(res);
|
11635
11627
|
if (_v) {
|
11636
11628
|
if (argc <= 1) {
|
@@ -11648,15 +11640,15 @@ SWIGINTERN VALUE _wrap_new_FXQuatd(int nargs, VALUE *args, VALUE self) {
|
|
11648
11640
|
if (argc == 3) {
|
11649
11641
|
int _v;
|
11650
11642
|
void *vptr = 0;
|
11651
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d,
|
11643
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
11652
11644
|
_v = SWIG_CheckState(res);
|
11653
11645
|
if (_v) {
|
11654
11646
|
void *vptr = 0;
|
11655
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
11647
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
11656
11648
|
_v = SWIG_CheckState(res);
|
11657
11649
|
if (_v) {
|
11658
11650
|
void *vptr = 0;
|
11659
|
-
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3d,
|
11651
|
+
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
11660
11652
|
_v = SWIG_CheckState(res);
|
11661
11653
|
if (_v) {
|
11662
11654
|
return _wrap_new_FXQuatd__SWIG_6(nargs, args, self);
|
@@ -12196,7 +12188,7 @@ SWIGINTERN VALUE _wrap_FXQuatd___mul__(int nargs, VALUE *args, VALUE self) {
|
|
12196
12188
|
_v = SWIG_CheckState(res);
|
12197
12189
|
if (_v) {
|
12198
12190
|
void *vptr = 0;
|
12199
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXQuatd,
|
12191
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXQuatd, SWIG_POINTER_NO_NULL);
|
12200
12192
|
_v = SWIG_CheckState(res);
|
12201
12193
|
if (_v) {
|
12202
12194
|
return _wrap_FXQuatd___mul____SWIG_0(nargs, args, self);
|
@@ -12210,7 +12202,7 @@ SWIGINTERN VALUE _wrap_FXQuatd___mul__(int nargs, VALUE *args, VALUE self) {
|
|
12210
12202
|
_v = SWIG_CheckState(res);
|
12211
12203
|
if (_v) {
|
12212
12204
|
void *vptr = 0;
|
12213
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
12205
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
12214
12206
|
_v = SWIG_CheckState(res);
|
12215
12207
|
if (_v) {
|
12216
12208
|
return _wrap_FXQuatd___mul____SWIG_1(nargs, args, self);
|
@@ -12668,7 +12660,7 @@ SWIGINTERN VALUE _wrap_new_FXMat3f(int nargs, VALUE *args, VALUE self) {
|
|
12668
12660
|
if (argc == 1) {
|
12669
12661
|
int _v;
|
12670
12662
|
void *vptr = 0;
|
12671
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMat3f,
|
12663
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMat3f, SWIG_POINTER_NO_NULL);
|
12672
12664
|
_v = SWIG_CheckState(res);
|
12673
12665
|
if (_v) {
|
12674
12666
|
return _wrap_new_FXMat3f__SWIG_1(nargs, args, self);
|
@@ -12677,7 +12669,7 @@ SWIGINTERN VALUE _wrap_new_FXMat3f(int nargs, VALUE *args, VALUE self) {
|
|
12677
12669
|
if (argc == 1) {
|
12678
12670
|
int _v;
|
12679
12671
|
void *vptr = 0;
|
12680
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXQuatf,
|
12672
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXQuatf, SWIG_POINTER_NO_NULL);
|
12681
12673
|
_v = SWIG_CheckState(res);
|
12682
12674
|
if (_v) {
|
12683
12675
|
return _wrap_new_FXMat3f__SWIG_5(nargs, args, self);
|
@@ -12696,15 +12688,15 @@ SWIGINTERN VALUE _wrap_new_FXMat3f(int nargs, VALUE *args, VALUE self) {
|
|
12696
12688
|
if (argc == 3) {
|
12697
12689
|
int _v;
|
12698
12690
|
void *vptr = 0;
|
12699
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f,
|
12691
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
12700
12692
|
_v = SWIG_CheckState(res);
|
12701
12693
|
if (_v) {
|
12702
12694
|
void *vptr = 0;
|
12703
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
12695
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
12704
12696
|
_v = SWIG_CheckState(res);
|
12705
12697
|
if (_v) {
|
12706
12698
|
void *vptr = 0;
|
12707
|
-
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3f,
|
12699
|
+
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
12708
12700
|
_v = SWIG_CheckState(res);
|
12709
12701
|
if (_v) {
|
12710
12702
|
return _wrap_new_FXMat3f__SWIG_4(nargs, args, self);
|
@@ -12784,7 +12776,6 @@ fail:
|
|
12784
12776
|
}
|
12785
12777
|
|
12786
12778
|
|
12787
|
-
|
12788
12779
|
/*
|
12789
12780
|
Document-method: Fx3d::FXMat3f.[]
|
12790
12781
|
|
@@ -12822,7 +12813,6 @@ fail:
|
|
12822
12813
|
}
|
12823
12814
|
|
12824
12815
|
|
12825
|
-
|
12826
12816
|
/*
|
12827
12817
|
Document-method: Fx3d::FXMat3f.[]=
|
12828
12818
|
|
@@ -12868,7 +12858,6 @@ fail:
|
|
12868
12858
|
}
|
12869
12859
|
|
12870
12860
|
|
12871
|
-
|
12872
12861
|
/*
|
12873
12862
|
Document-method: Fx3d::FXMat3f.+
|
12874
12863
|
|
@@ -12912,7 +12901,6 @@ fail:
|
|
12912
12901
|
}
|
12913
12902
|
|
12914
12903
|
|
12915
|
-
|
12916
12904
|
/*
|
12917
12905
|
Document-method: Fx3d::FXMat3f.-
|
12918
12906
|
|
@@ -12956,7 +12944,6 @@ fail:
|
|
12956
12944
|
}
|
12957
12945
|
|
12958
12946
|
|
12959
|
-
|
12960
12947
|
/*
|
12961
12948
|
Document-method: Fx3d::FXMat3f.-@
|
12962
12949
|
|
@@ -13180,7 +13167,7 @@ SWIGINTERN VALUE _wrap_FXMat3f___mul__(int nargs, VALUE *args, VALUE self) {
|
|
13180
13167
|
_v = SWIG_CheckState(res);
|
13181
13168
|
if (_v) {
|
13182
13169
|
void *vptr = 0;
|
13183
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXMat3f,
|
13170
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXMat3f, SWIG_POINTER_NO_NULL);
|
13184
13171
|
_v = SWIG_CheckState(res);
|
13185
13172
|
if (_v) {
|
13186
13173
|
return _wrap_FXMat3f___mul____SWIG_0(nargs, args, self);
|
@@ -13194,7 +13181,7 @@ SWIGINTERN VALUE _wrap_FXMat3f___mul__(int nargs, VALUE *args, VALUE self) {
|
|
13194
13181
|
_v = SWIG_CheckState(res);
|
13195
13182
|
if (_v) {
|
13196
13183
|
void *vptr = 0;
|
13197
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
13184
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
13198
13185
|
_v = SWIG_CheckState(res);
|
13199
13186
|
if (_v) {
|
13200
13187
|
return _wrap_FXMat3f___mul____SWIG_2(nargs, args, self);
|
@@ -13208,7 +13195,7 @@ SWIGINTERN VALUE _wrap_FXMat3f___mul__(int nargs, VALUE *args, VALUE self) {
|
|
13208
13195
|
_v = SWIG_CheckState(res);
|
13209
13196
|
if (_v) {
|
13210
13197
|
void *vptr = 0;
|
13211
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2f,
|
13198
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2f, SWIG_POINTER_NO_NULL);
|
13212
13199
|
_v = SWIG_CheckState(res);
|
13213
13200
|
if (_v) {
|
13214
13201
|
return _wrap_FXMat3f___mul____SWIG_3(nargs, args, self);
|
@@ -13924,7 +13911,7 @@ SWIGINTERN VALUE _wrap_new_FXMat3d(int nargs, VALUE *args, VALUE self) {
|
|
13924
13911
|
if (argc == 1) {
|
13925
13912
|
int _v;
|
13926
13913
|
void *vptr = 0;
|
13927
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMat3d,
|
13914
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMat3d, SWIG_POINTER_NO_NULL);
|
13928
13915
|
_v = SWIG_CheckState(res);
|
13929
13916
|
if (_v) {
|
13930
13917
|
return _wrap_new_FXMat3d__SWIG_1(nargs, args, self);
|
@@ -13933,7 +13920,7 @@ SWIGINTERN VALUE _wrap_new_FXMat3d(int nargs, VALUE *args, VALUE self) {
|
|
13933
13920
|
if (argc == 1) {
|
13934
13921
|
int _v;
|
13935
13922
|
void *vptr = 0;
|
13936
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXQuatd,
|
13923
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXQuatd, SWIG_POINTER_NO_NULL);
|
13937
13924
|
_v = SWIG_CheckState(res);
|
13938
13925
|
if (_v) {
|
13939
13926
|
return _wrap_new_FXMat3d__SWIG_5(nargs, args, self);
|
@@ -13952,15 +13939,15 @@ SWIGINTERN VALUE _wrap_new_FXMat3d(int nargs, VALUE *args, VALUE self) {
|
|
13952
13939
|
if (argc == 3) {
|
13953
13940
|
int _v;
|
13954
13941
|
void *vptr = 0;
|
13955
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d,
|
13942
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
13956
13943
|
_v = SWIG_CheckState(res);
|
13957
13944
|
if (_v) {
|
13958
13945
|
void *vptr = 0;
|
13959
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
13946
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
13960
13947
|
_v = SWIG_CheckState(res);
|
13961
13948
|
if (_v) {
|
13962
13949
|
void *vptr = 0;
|
13963
|
-
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3d,
|
13950
|
+
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
13964
13951
|
_v = SWIG_CheckState(res);
|
13965
13952
|
if (_v) {
|
13966
13953
|
return _wrap_new_FXMat3d__SWIG_4(nargs, args, self);
|
@@ -14040,7 +14027,6 @@ fail:
|
|
14040
14027
|
}
|
14041
14028
|
|
14042
14029
|
|
14043
|
-
|
14044
14030
|
/*
|
14045
14031
|
Document-method: Fx3d::FXMat3d.[]
|
14046
14032
|
|
@@ -14075,7 +14061,6 @@ fail:
|
|
14075
14061
|
}
|
14076
14062
|
|
14077
14063
|
|
14078
|
-
|
14079
14064
|
/*
|
14080
14065
|
Document-method: Fx3d::FXMat3d.[]=
|
14081
14066
|
|
@@ -14121,7 +14106,6 @@ fail:
|
|
14121
14106
|
}
|
14122
14107
|
|
14123
14108
|
|
14124
|
-
|
14125
14109
|
/*
|
14126
14110
|
Document-method: Fx3d::FXMat3d.+
|
14127
14111
|
|
@@ -14165,7 +14149,6 @@ fail:
|
|
14165
14149
|
}
|
14166
14150
|
|
14167
14151
|
|
14168
|
-
|
14169
14152
|
/*
|
14170
14153
|
Document-method: Fx3d::FXMat3d.-
|
14171
14154
|
|
@@ -14209,7 +14192,6 @@ fail:
|
|
14209
14192
|
}
|
14210
14193
|
|
14211
14194
|
|
14212
|
-
|
14213
14195
|
/*
|
14214
14196
|
Document-method: Fx3d::FXMat3d.-@
|
14215
14197
|
|
@@ -14429,7 +14411,7 @@ SWIGINTERN VALUE _wrap_FXMat3d___mul__(int nargs, VALUE *args, VALUE self) {
|
|
14429
14411
|
_v = SWIG_CheckState(res);
|
14430
14412
|
if (_v) {
|
14431
14413
|
void *vptr = 0;
|
14432
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXMat3d,
|
14414
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXMat3d, SWIG_POINTER_NO_NULL);
|
14433
14415
|
_v = SWIG_CheckState(res);
|
14434
14416
|
if (_v) {
|
14435
14417
|
return _wrap_FXMat3d___mul____SWIG_0(nargs, args, self);
|
@@ -14443,7 +14425,7 @@ SWIGINTERN VALUE _wrap_FXMat3d___mul__(int nargs, VALUE *args, VALUE self) {
|
|
14443
14425
|
_v = SWIG_CheckState(res);
|
14444
14426
|
if (_v) {
|
14445
14427
|
void *vptr = 0;
|
14446
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
14428
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
14447
14429
|
_v = SWIG_CheckState(res);
|
14448
14430
|
if (_v) {
|
14449
14431
|
return _wrap_FXMat3d___mul____SWIG_2(nargs, args, self);
|
@@ -14457,7 +14439,7 @@ SWIGINTERN VALUE _wrap_FXMat3d___mul__(int nargs, VALUE *args, VALUE self) {
|
|
14457
14439
|
_v = SWIG_CheckState(res);
|
14458
14440
|
if (_v) {
|
14459
14441
|
void *vptr = 0;
|
14460
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2d,
|
14442
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2d, SWIG_POINTER_NO_NULL);
|
14461
14443
|
_v = SWIG_CheckState(res);
|
14462
14444
|
if (_v) {
|
14463
14445
|
return _wrap_FXMat3d___mul____SWIG_3(nargs, args, self);
|
@@ -15213,7 +15195,7 @@ SWIGINTERN VALUE _wrap_new_FXMat4f(int nargs, VALUE *args, VALUE self) {
|
|
15213
15195
|
if (argc == 1) {
|
15214
15196
|
int _v;
|
15215
15197
|
void *vptr = 0;
|
15216
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMat4f,
|
15198
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMat4f, SWIG_POINTER_NO_NULL);
|
15217
15199
|
_v = SWIG_CheckState(res);
|
15218
15200
|
if (_v) {
|
15219
15201
|
return _wrap_new_FXMat4f__SWIG_4(nargs, args, self);
|
@@ -15232,19 +15214,19 @@ SWIGINTERN VALUE _wrap_new_FXMat4f(int nargs, VALUE *args, VALUE self) {
|
|
15232
15214
|
if (argc == 4) {
|
15233
15215
|
int _v;
|
15234
15216
|
void *vptr = 0;
|
15235
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec4f,
|
15217
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec4f, SWIG_POINTER_NO_NULL);
|
15236
15218
|
_v = SWIG_CheckState(res);
|
15237
15219
|
if (_v) {
|
15238
15220
|
void *vptr = 0;
|
15239
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4f,
|
15221
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4f, SWIG_POINTER_NO_NULL);
|
15240
15222
|
_v = SWIG_CheckState(res);
|
15241
15223
|
if (_v) {
|
15242
15224
|
void *vptr = 0;
|
15243
|
-
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec4f,
|
15225
|
+
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec4f, SWIG_POINTER_NO_NULL);
|
15244
15226
|
_v = SWIG_CheckState(res);
|
15245
15227
|
if (_v) {
|
15246
15228
|
void *vptr = 0;
|
15247
|
-
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_FXVec4f,
|
15229
|
+
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_FXVec4f, SWIG_POINTER_NO_NULL);
|
15248
15230
|
_v = SWIG_CheckState(res);
|
15249
15231
|
if (_v) {
|
15250
15232
|
return _wrap_new_FXMat4f__SWIG_3(nargs, args, self);
|
@@ -15444,7 +15426,6 @@ fail:
|
|
15444
15426
|
}
|
15445
15427
|
|
15446
15428
|
|
15447
|
-
|
15448
15429
|
/*
|
15449
15430
|
Document-method: Fx3d::FXMat4f.[]
|
15450
15431
|
|
@@ -15482,7 +15463,6 @@ fail:
|
|
15482
15463
|
}
|
15483
15464
|
|
15484
15465
|
|
15485
|
-
|
15486
15466
|
/*
|
15487
15467
|
Document-method: Fx3d::FXMat4f.[]=
|
15488
15468
|
|
@@ -15528,7 +15508,6 @@ fail:
|
|
15528
15508
|
}
|
15529
15509
|
|
15530
15510
|
|
15531
|
-
|
15532
15511
|
/*
|
15533
15512
|
Document-method: Fx3d::FXMat4f.+
|
15534
15513
|
|
@@ -15575,7 +15554,6 @@ fail:
|
|
15575
15554
|
}
|
15576
15555
|
|
15577
15556
|
|
15578
|
-
|
15579
15557
|
/*
|
15580
15558
|
Document-method: Fx3d::FXMat4f.-
|
15581
15559
|
|
@@ -15791,7 +15769,7 @@ SWIGINTERN VALUE _wrap_FXMat4f___mul__(int nargs, VALUE *args, VALUE self) {
|
|
15791
15769
|
_v = SWIG_CheckState(res);
|
15792
15770
|
if (_v) {
|
15793
15771
|
void *vptr = 0;
|
15794
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXMat4f,
|
15772
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXMat4f, SWIG_POINTER_NO_NULL);
|
15795
15773
|
_v = SWIG_CheckState(res);
|
15796
15774
|
if (_v) {
|
15797
15775
|
return _wrap_FXMat4f___mul____SWIG_0(nargs, args, self);
|
@@ -15805,7 +15783,7 @@ SWIGINTERN VALUE _wrap_FXMat4f___mul__(int nargs, VALUE *args, VALUE self) {
|
|
15805
15783
|
_v = SWIG_CheckState(res);
|
15806
15784
|
if (_v) {
|
15807
15785
|
void *vptr = 0;
|
15808
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4f,
|
15786
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4f, SWIG_POINTER_NO_NULL);
|
15809
15787
|
_v = SWIG_CheckState(res);
|
15810
15788
|
if (_v) {
|
15811
15789
|
return _wrap_FXMat4f___mul____SWIG_2(nargs, args, self);
|
@@ -15819,7 +15797,7 @@ SWIGINTERN VALUE _wrap_FXMat4f___mul__(int nargs, VALUE *args, VALUE self) {
|
|
15819
15797
|
_v = SWIG_CheckState(res);
|
15820
15798
|
if (_v) {
|
15821
15799
|
void *vptr = 0;
|
15822
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
15800
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
15823
15801
|
_v = SWIG_CheckState(res);
|
15824
15802
|
if (_v) {
|
15825
15803
|
return _wrap_FXMat4f___mul____SWIG_3(nargs, args, self);
|
@@ -15888,7 +15866,6 @@ fail:
|
|
15888
15866
|
}
|
15889
15867
|
|
15890
15868
|
|
15891
|
-
|
15892
15869
|
/*
|
15893
15870
|
Document-method: Fx3d::FXMat4f.-@
|
15894
15871
|
|
@@ -15924,7 +15901,6 @@ fail:
|
|
15924
15901
|
}
|
15925
15902
|
|
15926
15903
|
|
15927
|
-
|
15928
15904
|
/*
|
15929
15905
|
Document-method: Fx3d::FXMat4f.to_s
|
15930
15906
|
|
@@ -16298,7 +16274,7 @@ SWIGINTERN VALUE _wrap_FXMat4f_rot(int nargs, VALUE *args, VALUE self) {
|
|
16298
16274
|
_v = SWIG_CheckState(res);
|
16299
16275
|
if (_v) {
|
16300
16276
|
void *vptr = 0;
|
16301
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXQuatf,
|
16277
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXQuatf, SWIG_POINTER_NO_NULL);
|
16302
16278
|
_v = SWIG_CheckState(res);
|
16303
16279
|
if (_v) {
|
16304
16280
|
return _wrap_FXMat4f_rot__SWIG_0(nargs, args, self);
|
@@ -16312,7 +16288,7 @@ SWIGINTERN VALUE _wrap_FXMat4f_rot(int nargs, VALUE *args, VALUE self) {
|
|
16312
16288
|
_v = SWIG_CheckState(res);
|
16313
16289
|
if (_v) {
|
16314
16290
|
void *vptr = 0;
|
16315
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
16291
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
16316
16292
|
_v = SWIG_CheckState(res);
|
16317
16293
|
if (_v) {
|
16318
16294
|
{
|
@@ -16332,7 +16308,7 @@ SWIGINTERN VALUE _wrap_FXMat4f_rot(int nargs, VALUE *args, VALUE self) {
|
|
16332
16308
|
_v = SWIG_CheckState(res);
|
16333
16309
|
if (_v) {
|
16334
16310
|
void *vptr = 0;
|
16335
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
16311
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
16336
16312
|
_v = SWIG_CheckState(res);
|
16337
16313
|
if (_v) {
|
16338
16314
|
{
|
@@ -16911,7 +16887,7 @@ SWIGINTERN VALUE _wrap_FXMat4f_trans(int nargs, VALUE *args, VALUE self) {
|
|
16911
16887
|
_v = SWIG_CheckState(res);
|
16912
16888
|
if (_v) {
|
16913
16889
|
void *vptr = 0;
|
16914
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
16890
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
16915
16891
|
_v = SWIG_CheckState(res);
|
16916
16892
|
if (_v) {
|
16917
16893
|
return _wrap_FXMat4f_trans__SWIG_1(nargs, args, self);
|
@@ -17089,7 +17065,7 @@ SWIGINTERN VALUE _wrap_FXMat4f_scale(int nargs, VALUE *args, VALUE self) {
|
|
17089
17065
|
_v = SWIG_CheckState(res);
|
17090
17066
|
if (_v) {
|
17091
17067
|
void *vptr = 0;
|
17092
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
17068
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
17093
17069
|
_v = SWIG_CheckState(res);
|
17094
17070
|
if (_v) {
|
17095
17071
|
return _wrap_FXMat4f_scale__SWIG_2(nargs, args, self);
|
@@ -17473,7 +17449,7 @@ SWIGINTERN VALUE _wrap_new_FXMat4d(int nargs, VALUE *args, VALUE self) {
|
|
17473
17449
|
if (argc == 1) {
|
17474
17450
|
int _v;
|
17475
17451
|
void *vptr = 0;
|
17476
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMat4d,
|
17452
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXMat4d, SWIG_POINTER_NO_NULL);
|
17477
17453
|
_v = SWIG_CheckState(res);
|
17478
17454
|
if (_v) {
|
17479
17455
|
return _wrap_new_FXMat4d__SWIG_4(nargs, args, self);
|
@@ -17492,19 +17468,19 @@ SWIGINTERN VALUE _wrap_new_FXMat4d(int nargs, VALUE *args, VALUE self) {
|
|
17492
17468
|
if (argc == 4) {
|
17493
17469
|
int _v;
|
17494
17470
|
void *vptr = 0;
|
17495
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec4d,
|
17471
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec4d, SWIG_POINTER_NO_NULL);
|
17496
17472
|
_v = SWIG_CheckState(res);
|
17497
17473
|
if (_v) {
|
17498
17474
|
void *vptr = 0;
|
17499
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4d,
|
17475
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4d, SWIG_POINTER_NO_NULL);
|
17500
17476
|
_v = SWIG_CheckState(res);
|
17501
17477
|
if (_v) {
|
17502
17478
|
void *vptr = 0;
|
17503
|
-
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec4d,
|
17479
|
+
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec4d, SWIG_POINTER_NO_NULL);
|
17504
17480
|
_v = SWIG_CheckState(res);
|
17505
17481
|
if (_v) {
|
17506
17482
|
void *vptr = 0;
|
17507
|
-
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_FXVec4d,
|
17483
|
+
int res = SWIG_ConvertPtr(argv[3], &vptr, SWIGTYPE_p_FXVec4d, SWIG_POINTER_NO_NULL);
|
17508
17484
|
_v = SWIG_CheckState(res);
|
17509
17485
|
if (_v) {
|
17510
17486
|
return _wrap_new_FXMat4d__SWIG_3(nargs, args, self);
|
@@ -17626,7 +17602,6 @@ fail:
|
|
17626
17602
|
}
|
17627
17603
|
|
17628
17604
|
|
17629
|
-
|
17630
17605
|
/*
|
17631
17606
|
Document-method: Fx3d::FXMat4d.[]
|
17632
17607
|
|
@@ -17661,7 +17636,6 @@ fail:
|
|
17661
17636
|
}
|
17662
17637
|
|
17663
17638
|
|
17664
|
-
|
17665
17639
|
/*
|
17666
17640
|
Document-method: Fx3d::FXMat4d.[]=
|
17667
17641
|
|
@@ -17707,7 +17681,6 @@ fail:
|
|
17707
17681
|
}
|
17708
17682
|
|
17709
17683
|
|
17710
|
-
|
17711
17684
|
/*
|
17712
17685
|
Document-method: Fx3d::FXMat4d.+
|
17713
17686
|
|
@@ -17751,7 +17724,6 @@ fail:
|
|
17751
17724
|
}
|
17752
17725
|
|
17753
17726
|
|
17754
|
-
|
17755
17727
|
/*
|
17756
17728
|
Document-method: Fx3d::FXMat4d.-
|
17757
17729
|
|
@@ -17795,7 +17767,6 @@ fail:
|
|
17795
17767
|
}
|
17796
17768
|
|
17797
17769
|
|
17798
|
-
|
17799
17770
|
/*
|
17800
17771
|
Document-method: Fx3d::FXMat4d.-@
|
17801
17772
|
|
@@ -18015,7 +17986,7 @@ SWIGINTERN VALUE _wrap_FXMat4d___mul__(int nargs, VALUE *args, VALUE self) {
|
|
18015
17986
|
_v = SWIG_CheckState(res);
|
18016
17987
|
if (_v) {
|
18017
17988
|
void *vptr = 0;
|
18018
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXMat4d,
|
17989
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXMat4d, SWIG_POINTER_NO_NULL);
|
18019
17990
|
_v = SWIG_CheckState(res);
|
18020
17991
|
if (_v) {
|
18021
17992
|
return _wrap_FXMat4d___mul____SWIG_0(nargs, args, self);
|
@@ -18029,7 +18000,7 @@ SWIGINTERN VALUE _wrap_FXMat4d___mul__(int nargs, VALUE *args, VALUE self) {
|
|
18029
18000
|
_v = SWIG_CheckState(res);
|
18030
18001
|
if (_v) {
|
18031
18002
|
void *vptr = 0;
|
18032
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4d,
|
18003
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4d, SWIG_POINTER_NO_NULL);
|
18033
18004
|
_v = SWIG_CheckState(res);
|
18034
18005
|
if (_v) {
|
18035
18006
|
return _wrap_FXMat4d___mul____SWIG_2(nargs, args, self);
|
@@ -18043,7 +18014,7 @@ SWIGINTERN VALUE _wrap_FXMat4d___mul__(int nargs, VALUE *args, VALUE self) {
|
|
18043
18014
|
_v = SWIG_CheckState(res);
|
18044
18015
|
if (_v) {
|
18045
18016
|
void *vptr = 0;
|
18046
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
18017
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
18047
18018
|
_v = SWIG_CheckState(res);
|
18048
18019
|
if (_v) {
|
18049
18020
|
return _wrap_FXMat4d___mul____SWIG_3(nargs, args, self);
|
@@ -18416,7 +18387,7 @@ SWIGINTERN VALUE _wrap_FXMat4d_rot(int nargs, VALUE *args, VALUE self) {
|
|
18416
18387
|
_v = SWIG_CheckState(res);
|
18417
18388
|
if (_v) {
|
18418
18389
|
void *vptr = 0;
|
18419
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXQuatd,
|
18390
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXQuatd, SWIG_POINTER_NO_NULL);
|
18420
18391
|
_v = SWIG_CheckState(res);
|
18421
18392
|
if (_v) {
|
18422
18393
|
return _wrap_FXMat4d_rot__SWIG_0(nargs, args, self);
|
@@ -18430,7 +18401,7 @@ SWIGINTERN VALUE _wrap_FXMat4d_rot(int nargs, VALUE *args, VALUE self) {
|
|
18430
18401
|
_v = SWIG_CheckState(res);
|
18431
18402
|
if (_v) {
|
18432
18403
|
void *vptr = 0;
|
18433
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
18404
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
18434
18405
|
_v = SWIG_CheckState(res);
|
18435
18406
|
if (_v) {
|
18436
18407
|
{
|
@@ -18450,7 +18421,7 @@ SWIGINTERN VALUE _wrap_FXMat4d_rot(int nargs, VALUE *args, VALUE self) {
|
|
18450
18421
|
_v = SWIG_CheckState(res);
|
18451
18422
|
if (_v) {
|
18452
18423
|
void *vptr = 0;
|
18453
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
18424
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
18454
18425
|
_v = SWIG_CheckState(res);
|
18455
18426
|
if (_v) {
|
18456
18427
|
{
|
@@ -19025,7 +18996,7 @@ SWIGINTERN VALUE _wrap_FXMat4d_trans(int nargs, VALUE *args, VALUE self) {
|
|
19025
18996
|
_v = SWIG_CheckState(res);
|
19026
18997
|
if (_v) {
|
19027
18998
|
void *vptr = 0;
|
19028
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
18999
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
19029
19000
|
_v = SWIG_CheckState(res);
|
19030
19001
|
if (_v) {
|
19031
19002
|
return _wrap_FXMat4d_trans__SWIG_1(nargs, args, self);
|
@@ -19202,7 +19173,7 @@ SWIGINTERN VALUE _wrap_FXMat4d_scale(int nargs, VALUE *args, VALUE self) {
|
|
19202
19173
|
_v = SWIG_CheckState(res);
|
19203
19174
|
if (_v) {
|
19204
19175
|
void *vptr = 0;
|
19205
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
19176
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
19206
19177
|
_v = SWIG_CheckState(res);
|
19207
19178
|
if (_v) {
|
19208
19179
|
return _wrap_FXMat4d_scale__SWIG_2(nargs, args, self);
|
@@ -19517,7 +19488,7 @@ SWIGINTERN VALUE _wrap_new_FXRangef(int nargs, VALUE *args, VALUE self) {
|
|
19517
19488
|
if (argc == 1) {
|
19518
19489
|
int _v;
|
19519
19490
|
void *vptr = 0;
|
19520
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRangef,
|
19491
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRangef, SWIG_POINTER_NO_NULL);
|
19521
19492
|
_v = SWIG_CheckState(res);
|
19522
19493
|
if (_v) {
|
19523
19494
|
return _wrap_new_FXRangef__SWIG_1(nargs, args, self);
|
@@ -19526,7 +19497,7 @@ SWIGINTERN VALUE _wrap_new_FXRangef(int nargs, VALUE *args, VALUE self) {
|
|
19526
19497
|
if (argc == 1) {
|
19527
19498
|
int _v;
|
19528
19499
|
void *vptr = 0;
|
19529
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXSpheref,
|
19500
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXSpheref, SWIG_POINTER_NO_NULL);
|
19530
19501
|
_v = SWIG_CheckState(res);
|
19531
19502
|
if (_v) {
|
19532
19503
|
return _wrap_new_FXRangef__SWIG_3(nargs, args, self);
|
@@ -19584,7 +19555,6 @@ fail:
|
|
19584
19555
|
}
|
19585
19556
|
|
19586
19557
|
|
19587
|
-
|
19588
19558
|
/*
|
19589
19559
|
Document-method: Fx3d::FXRangef.[]
|
19590
19560
|
|
@@ -19619,7 +19589,6 @@ fail:
|
|
19619
19589
|
}
|
19620
19590
|
|
19621
19591
|
|
19622
|
-
|
19623
19592
|
/*
|
19624
19593
|
Document-method: Fx3d::FXRangef.[]=
|
19625
19594
|
|
@@ -19938,7 +19907,6 @@ fail:
|
|
19938
19907
|
}
|
19939
19908
|
|
19940
19909
|
|
19941
|
-
|
19942
19910
|
/*
|
19943
19911
|
Document-method: Fx3d::FXRangef.empty?
|
19944
19912
|
|
@@ -20143,7 +20111,7 @@ SWIGINTERN VALUE _wrap_FXRangef_containsq___(int nargs, VALUE *args, VALUE self)
|
|
20143
20111
|
_v = SWIG_CheckState(res);
|
20144
20112
|
if (_v) {
|
20145
20113
|
void *vptr = 0;
|
20146
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
20114
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
20147
20115
|
_v = SWIG_CheckState(res);
|
20148
20116
|
if (_v) {
|
20149
20117
|
return _wrap_FXRangef_containsq_____SWIG_1(nargs, args, self);
|
@@ -20157,7 +20125,7 @@ SWIGINTERN VALUE _wrap_FXRangef_containsq___(int nargs, VALUE *args, VALUE self)
|
|
20157
20125
|
_v = SWIG_CheckState(res);
|
20158
20126
|
if (_v) {
|
20159
20127
|
void *vptr = 0;
|
20160
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRangef,
|
20128
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRangef, SWIG_POINTER_NO_NULL);
|
20161
20129
|
_v = SWIG_CheckState(res);
|
20162
20130
|
if (_v) {
|
20163
20131
|
return _wrap_FXRangef_containsq_____SWIG_2(nargs, args, self);
|
@@ -20171,7 +20139,7 @@ SWIGINTERN VALUE _wrap_FXRangef_containsq___(int nargs, VALUE *args, VALUE self)
|
|
20171
20139
|
_v = SWIG_CheckState(res);
|
20172
20140
|
if (_v) {
|
20173
20141
|
void *vptr = 0;
|
20174
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSpheref,
|
20142
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSpheref, SWIG_POINTER_NO_NULL);
|
20175
20143
|
_v = SWIG_CheckState(res);
|
20176
20144
|
if (_v) {
|
20177
20145
|
return _wrap_FXRangef_containsq_____SWIG_3(nargs, args, self);
|
@@ -20389,7 +20357,7 @@ SWIGINTERN VALUE _wrap_FXRangef_includeN___(int nargs, VALUE *args, VALUE self)
|
|
20389
20357
|
_v = SWIG_CheckState(res);
|
20390
20358
|
if (_v) {
|
20391
20359
|
void *vptr = 0;
|
20392
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
20360
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
20393
20361
|
_v = SWIG_CheckState(res);
|
20394
20362
|
if (_v) {
|
20395
20363
|
return _wrap_FXRangef_includeN_____SWIG_1(nargs, args, self);
|
@@ -20403,7 +20371,7 @@ SWIGINTERN VALUE _wrap_FXRangef_includeN___(int nargs, VALUE *args, VALUE self)
|
|
20403
20371
|
_v = SWIG_CheckState(res);
|
20404
20372
|
if (_v) {
|
20405
20373
|
void *vptr = 0;
|
20406
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRangef,
|
20374
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRangef, SWIG_POINTER_NO_NULL);
|
20407
20375
|
_v = SWIG_CheckState(res);
|
20408
20376
|
if (_v) {
|
20409
20377
|
return _wrap_FXRangef_includeN_____SWIG_2(nargs, args, self);
|
@@ -20417,7 +20385,7 @@ SWIGINTERN VALUE _wrap_FXRangef_includeN___(int nargs, VALUE *args, VALUE self)
|
|
20417
20385
|
_v = SWIG_CheckState(res);
|
20418
20386
|
if (_v) {
|
20419
20387
|
void *vptr = 0;
|
20420
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSpheref,
|
20388
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSpheref, SWIG_POINTER_NO_NULL);
|
20421
20389
|
_v = SWIG_CheckState(res);
|
20422
20390
|
if (_v) {
|
20423
20391
|
return _wrap_FXRangef_includeN_____SWIG_3(nargs, args, self);
|
@@ -20565,7 +20533,7 @@ SWIGINTERN VALUE _wrap_FXRangef_intersect(int nargs, VALUE *args, VALUE self) {
|
|
20565
20533
|
_v = SWIG_CheckState(res);
|
20566
20534
|
if (_v) {
|
20567
20535
|
void *vptr = 0;
|
20568
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4f,
|
20536
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4f, SWIG_POINTER_NO_NULL);
|
20569
20537
|
_v = SWIG_CheckState(res);
|
20570
20538
|
if (_v) {
|
20571
20539
|
return _wrap_FXRangef_intersect__SWIG_0(nargs, args, self);
|
@@ -20579,11 +20547,11 @@ SWIGINTERN VALUE _wrap_FXRangef_intersect(int nargs, VALUE *args, VALUE self) {
|
|
20579
20547
|
_v = SWIG_CheckState(res);
|
20580
20548
|
if (_v) {
|
20581
20549
|
void *vptr = 0;
|
20582
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
20550
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
20583
20551
|
_v = SWIG_CheckState(res);
|
20584
20552
|
if (_v) {
|
20585
20553
|
void *vptr = 0;
|
20586
|
-
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3f,
|
20554
|
+
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
20587
20555
|
_v = SWIG_CheckState(res);
|
20588
20556
|
if (_v) {
|
20589
20557
|
return _wrap_FXRangef_intersect__SWIG_1(nargs, args, self);
|
@@ -21036,7 +21004,7 @@ SWIGINTERN VALUE _wrap_new_FXRanged(int nargs, VALUE *args, VALUE self) {
|
|
21036
21004
|
if (argc == 1) {
|
21037
21005
|
int _v;
|
21038
21006
|
void *vptr = 0;
|
21039
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRanged,
|
21007
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRanged, SWIG_POINTER_NO_NULL);
|
21040
21008
|
_v = SWIG_CheckState(res);
|
21041
21009
|
if (_v) {
|
21042
21010
|
return _wrap_new_FXRanged__SWIG_1(nargs, args, self);
|
@@ -21045,7 +21013,7 @@ SWIGINTERN VALUE _wrap_new_FXRanged(int nargs, VALUE *args, VALUE self) {
|
|
21045
21013
|
if (argc == 1) {
|
21046
21014
|
int _v;
|
21047
21015
|
void *vptr = 0;
|
21048
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXSphered,
|
21016
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXSphered, SWIG_POINTER_NO_NULL);
|
21049
21017
|
_v = SWIG_CheckState(res);
|
21050
21018
|
if (_v) {
|
21051
21019
|
return _wrap_new_FXRanged__SWIG_3(nargs, args, self);
|
@@ -21103,7 +21071,6 @@ fail:
|
|
21103
21071
|
}
|
21104
21072
|
|
21105
21073
|
|
21106
|
-
|
21107
21074
|
/*
|
21108
21075
|
Document-method: Fx3d::FXRanged.[]
|
21109
21076
|
|
@@ -21138,7 +21105,6 @@ fail:
|
|
21138
21105
|
}
|
21139
21106
|
|
21140
21107
|
|
21141
|
-
|
21142
21108
|
/*
|
21143
21109
|
Document-method: Fx3d::FXRanged.[]=
|
21144
21110
|
|
@@ -21397,7 +21363,6 @@ fail:
|
|
21397
21363
|
}
|
21398
21364
|
|
21399
21365
|
|
21400
|
-
|
21401
21366
|
/*
|
21402
21367
|
Document-method: Fx3d::FXRanged.empty?
|
21403
21368
|
|
@@ -21601,7 +21566,7 @@ SWIGINTERN VALUE _wrap_FXRanged_containsq___(int nargs, VALUE *args, VALUE self)
|
|
21601
21566
|
_v = SWIG_CheckState(res);
|
21602
21567
|
if (_v) {
|
21603
21568
|
void *vptr = 0;
|
21604
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
21569
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
21605
21570
|
_v = SWIG_CheckState(res);
|
21606
21571
|
if (_v) {
|
21607
21572
|
return _wrap_FXRanged_containsq_____SWIG_0(nargs, args, self);
|
@@ -21615,7 +21580,7 @@ SWIGINTERN VALUE _wrap_FXRanged_containsq___(int nargs, VALUE *args, VALUE self)
|
|
21615
21580
|
_v = SWIG_CheckState(res);
|
21616
21581
|
if (_v) {
|
21617
21582
|
void *vptr = 0;
|
21618
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRanged,
|
21583
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRanged, SWIG_POINTER_NO_NULL);
|
21619
21584
|
_v = SWIG_CheckState(res);
|
21620
21585
|
if (_v) {
|
21621
21586
|
return _wrap_FXRanged_containsq_____SWIG_1(nargs, args, self);
|
@@ -21629,7 +21594,7 @@ SWIGINTERN VALUE _wrap_FXRanged_containsq___(int nargs, VALUE *args, VALUE self)
|
|
21629
21594
|
_v = SWIG_CheckState(res);
|
21630
21595
|
if (_v) {
|
21631
21596
|
void *vptr = 0;
|
21632
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSphered,
|
21597
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSphered, SWIG_POINTER_NO_NULL);
|
21633
21598
|
_v = SWIG_CheckState(res);
|
21634
21599
|
if (_v) {
|
21635
21600
|
return _wrap_FXRanged_containsq_____SWIG_2(nargs, args, self);
|
@@ -21818,7 +21783,7 @@ SWIGINTERN VALUE _wrap_FXRanged_include(int nargs, VALUE *args, VALUE self) {
|
|
21818
21783
|
_v = SWIG_CheckState(res);
|
21819
21784
|
if (_v) {
|
21820
21785
|
void *vptr = 0;
|
21821
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
21786
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
21822
21787
|
_v = SWIG_CheckState(res);
|
21823
21788
|
if (_v) {
|
21824
21789
|
return _wrap_FXRanged_include__SWIG_1(nargs, args, self);
|
@@ -21832,7 +21797,7 @@ SWIGINTERN VALUE _wrap_FXRanged_include(int nargs, VALUE *args, VALUE self) {
|
|
21832
21797
|
_v = SWIG_CheckState(res);
|
21833
21798
|
if (_v) {
|
21834
21799
|
void *vptr = 0;
|
21835
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRanged,
|
21800
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRanged, SWIG_POINTER_NO_NULL);
|
21836
21801
|
_v = SWIG_CheckState(res);
|
21837
21802
|
if (_v) {
|
21838
21803
|
return _wrap_FXRanged_include__SWIG_2(nargs, args, self);
|
@@ -21846,7 +21811,7 @@ SWIGINTERN VALUE _wrap_FXRanged_include(int nargs, VALUE *args, VALUE self) {
|
|
21846
21811
|
_v = SWIG_CheckState(res);
|
21847
21812
|
if (_v) {
|
21848
21813
|
void *vptr = 0;
|
21849
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSphered,
|
21814
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSphered, SWIG_POINTER_NO_NULL);
|
21850
21815
|
_v = SWIG_CheckState(res);
|
21851
21816
|
if (_v) {
|
21852
21817
|
return _wrap_FXRanged_include__SWIG_3(nargs, args, self);
|
@@ -21991,7 +21956,7 @@ SWIGINTERN VALUE _wrap_FXRanged_intersect(int nargs, VALUE *args, VALUE self) {
|
|
21991
21956
|
_v = SWIG_CheckState(res);
|
21992
21957
|
if (_v) {
|
21993
21958
|
void *vptr = 0;
|
21994
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4d,
|
21959
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec4d, SWIG_POINTER_NO_NULL);
|
21995
21960
|
_v = SWIG_CheckState(res);
|
21996
21961
|
if (_v) {
|
21997
21962
|
return _wrap_FXRanged_intersect__SWIG_0(nargs, args, self);
|
@@ -22005,11 +21970,11 @@ SWIGINTERN VALUE _wrap_FXRanged_intersect(int nargs, VALUE *args, VALUE self) {
|
|
22005
21970
|
_v = SWIG_CheckState(res);
|
22006
21971
|
if (_v) {
|
22007
21972
|
void *vptr = 0;
|
22008
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
21973
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
22009
21974
|
_v = SWIG_CheckState(res);
|
22010
21975
|
if (_v) {
|
22011
21976
|
void *vptr = 0;
|
22012
|
-
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3d,
|
21977
|
+
int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
22013
21978
|
_v = SWIG_CheckState(res);
|
22014
21979
|
if (_v) {
|
22015
21980
|
return _wrap_FXRanged_intersect__SWIG_1(nargs, args, self);
|
@@ -22457,7 +22422,7 @@ SWIGINTERN VALUE _wrap_new_FXSpheref(int nargs, VALUE *args, VALUE self) {
|
|
22457
22422
|
if (argc == 1) {
|
22458
22423
|
int _v;
|
22459
22424
|
void *vptr = 0;
|
22460
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXSpheref,
|
22425
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXSpheref, SWIG_POINTER_NO_NULL);
|
22461
22426
|
_v = SWIG_CheckState(res);
|
22462
22427
|
if (_v) {
|
22463
22428
|
return _wrap_new_FXSpheref__SWIG_1(nargs, args, self);
|
@@ -22466,7 +22431,7 @@ SWIGINTERN VALUE _wrap_new_FXSpheref(int nargs, VALUE *args, VALUE self) {
|
|
22466
22431
|
if ((argc >= 1) && (argc <= 2)) {
|
22467
22432
|
int _v;
|
22468
22433
|
void *vptr = 0;
|
22469
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f,
|
22434
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
22470
22435
|
_v = SWIG_CheckState(res);
|
22471
22436
|
if (_v) {
|
22472
22437
|
if (argc <= 1) {
|
@@ -22484,7 +22449,7 @@ SWIGINTERN VALUE _wrap_new_FXSpheref(int nargs, VALUE *args, VALUE self) {
|
|
22484
22449
|
if (argc == 1) {
|
22485
22450
|
int _v;
|
22486
22451
|
void *vptr = 0;
|
22487
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRangef,
|
22452
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRangef, SWIG_POINTER_NO_NULL);
|
22488
22453
|
_v = SWIG_CheckState(res);
|
22489
22454
|
if (_v) {
|
22490
22455
|
return _wrap_new_FXSpheref__SWIG_4(nargs, args, self);
|
@@ -22558,7 +22523,6 @@ fail:
|
|
22558
22523
|
}
|
22559
22524
|
|
22560
22525
|
|
22561
|
-
|
22562
22526
|
/*
|
22563
22527
|
Document-method: Fx3d::FXSpheref.empty?
|
22564
22528
|
|
@@ -22763,7 +22727,7 @@ SWIGINTERN VALUE _wrap_FXSpheref_containsq___(int nargs, VALUE *args, VALUE self
|
|
22763
22727
|
_v = SWIG_CheckState(res);
|
22764
22728
|
if (_v) {
|
22765
22729
|
void *vptr = 0;
|
22766
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
22730
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
22767
22731
|
_v = SWIG_CheckState(res);
|
22768
22732
|
if (_v) {
|
22769
22733
|
return _wrap_FXSpheref_containsq_____SWIG_1(nargs, args, self);
|
@@ -22777,7 +22741,7 @@ SWIGINTERN VALUE _wrap_FXSpheref_containsq___(int nargs, VALUE *args, VALUE self
|
|
22777
22741
|
_v = SWIG_CheckState(res);
|
22778
22742
|
if (_v) {
|
22779
22743
|
void *vptr = 0;
|
22780
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRangef,
|
22744
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRangef, SWIG_POINTER_NO_NULL);
|
22781
22745
|
_v = SWIG_CheckState(res);
|
22782
22746
|
if (_v) {
|
22783
22747
|
return _wrap_FXSpheref_containsq_____SWIG_2(nargs, args, self);
|
@@ -22791,7 +22755,7 @@ SWIGINTERN VALUE _wrap_FXSpheref_containsq___(int nargs, VALUE *args, VALUE self
|
|
22791
22755
|
_v = SWIG_CheckState(res);
|
22792
22756
|
if (_v) {
|
22793
22757
|
void *vptr = 0;
|
22794
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSpheref,
|
22758
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSpheref, SWIG_POINTER_NO_NULL);
|
22795
22759
|
_v = SWIG_CheckState(res);
|
22796
22760
|
if (_v) {
|
22797
22761
|
return _wrap_FXSpheref_containsq_____SWIG_3(nargs, args, self);
|
@@ -23128,7 +23092,7 @@ SWIGINTERN VALUE _wrap_FXSpheref_includeN___(int nargs, VALUE *args, VALUE self)
|
|
23128
23092
|
_v = SWIG_CheckState(res);
|
23129
23093
|
if (_v) {
|
23130
23094
|
void *vptr = 0;
|
23131
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
23095
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
23132
23096
|
_v = SWIG_CheckState(res);
|
23133
23097
|
if (_v) {
|
23134
23098
|
return _wrap_FXSpheref_includeN_____SWIG_1(nargs, args, self);
|
@@ -23142,7 +23106,7 @@ SWIGINTERN VALUE _wrap_FXSpheref_includeN___(int nargs, VALUE *args, VALUE self)
|
|
23142
23106
|
_v = SWIG_CheckState(res);
|
23143
23107
|
if (_v) {
|
23144
23108
|
void *vptr = 0;
|
23145
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRangef,
|
23109
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRangef, SWIG_POINTER_NO_NULL);
|
23146
23110
|
_v = SWIG_CheckState(res);
|
23147
23111
|
if (_v) {
|
23148
23112
|
return _wrap_FXSpheref_includeN_____SWIG_2(nargs, args, self);
|
@@ -23156,7 +23120,7 @@ SWIGINTERN VALUE _wrap_FXSpheref_includeN___(int nargs, VALUE *args, VALUE self)
|
|
23156
23120
|
_v = SWIG_CheckState(res);
|
23157
23121
|
if (_v) {
|
23158
23122
|
void *vptr = 0;
|
23159
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSpheref,
|
23123
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSpheref, SWIG_POINTER_NO_NULL);
|
23160
23124
|
_v = SWIG_CheckState(res);
|
23161
23125
|
if (_v) {
|
23162
23126
|
return _wrap_FXSpheref_includeN_____SWIG_3(nargs, args, self);
|
@@ -23255,7 +23219,7 @@ SWIGINTERN VALUE _wrap_FXSpheref_includeInRadiusN___(int nargs, VALUE *args, VAL
|
|
23255
23219
|
_v = SWIG_CheckState(res);
|
23256
23220
|
if (_v) {
|
23257
23221
|
void *vptr = 0;
|
23258
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f,
|
23222
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3f, SWIG_POINTER_NO_NULL);
|
23259
23223
|
_v = SWIG_CheckState(res);
|
23260
23224
|
if (_v) {
|
23261
23225
|
return _wrap_FXSpheref_includeInRadiusN_____SWIG_1(nargs, args, self);
|
@@ -23269,7 +23233,7 @@ SWIGINTERN VALUE _wrap_FXSpheref_includeInRadiusN___(int nargs, VALUE *args, VAL
|
|
23269
23233
|
_v = SWIG_CheckState(res);
|
23270
23234
|
if (_v) {
|
23271
23235
|
void *vptr = 0;
|
23272
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRangef,
|
23236
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRangef, SWIG_POINTER_NO_NULL);
|
23273
23237
|
_v = SWIG_CheckState(res);
|
23274
23238
|
if (_v) {
|
23275
23239
|
return _wrap_FXSpheref_includeInRadiusN_____SWIG_2(nargs, args, self);
|
@@ -23283,7 +23247,7 @@ SWIGINTERN VALUE _wrap_FXSpheref_includeInRadiusN___(int nargs, VALUE *args, VAL
|
|
23283
23247
|
_v = SWIG_CheckState(res);
|
23284
23248
|
if (_v) {
|
23285
23249
|
void *vptr = 0;
|
23286
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSpheref,
|
23250
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSpheref, SWIG_POINTER_NO_NULL);
|
23287
23251
|
_v = SWIG_CheckState(res);
|
23288
23252
|
if (_v) {
|
23289
23253
|
return _wrap_FXSpheref_includeInRadiusN_____SWIG_3(nargs, args, self);
|
@@ -23501,7 +23465,7 @@ SWIGINTERN VALUE _wrap_FXSpheref_overlapsq___(int nargs, VALUE *args, VALUE self
|
|
23501
23465
|
_v = SWIG_CheckState(res);
|
23502
23466
|
if (_v) {
|
23503
23467
|
void *vptr = 0;
|
23504
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRangef,
|
23468
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRangef, SWIG_POINTER_NO_NULL);
|
23505
23469
|
_v = SWIG_CheckState(res);
|
23506
23470
|
if (_v) {
|
23507
23471
|
return _wrap_FXSpheref_overlapsq_____SWIG_0(nargs, args, self);
|
@@ -23515,7 +23479,7 @@ SWIGINTERN VALUE _wrap_FXSpheref_overlapsq___(int nargs, VALUE *args, VALUE self
|
|
23515
23479
|
_v = SWIG_CheckState(res);
|
23516
23480
|
if (_v) {
|
23517
23481
|
void *vptr = 0;
|
23518
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSpheref,
|
23482
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSpheref, SWIG_POINTER_NO_NULL);
|
23519
23483
|
_v = SWIG_CheckState(res);
|
23520
23484
|
if (_v) {
|
23521
23485
|
return _wrap_FXSpheref_overlapsq_____SWIG_1(nargs, args, self);
|
@@ -23826,7 +23790,7 @@ SWIGINTERN VALUE _wrap_new_FXSphered(int nargs, VALUE *args, VALUE self) {
|
|
23826
23790
|
if (argc == 1) {
|
23827
23791
|
int _v;
|
23828
23792
|
void *vptr = 0;
|
23829
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXSphered,
|
23793
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXSphered, SWIG_POINTER_NO_NULL);
|
23830
23794
|
_v = SWIG_CheckState(res);
|
23831
23795
|
if (_v) {
|
23832
23796
|
return _wrap_new_FXSphered__SWIG_1(nargs, args, self);
|
@@ -23835,7 +23799,7 @@ SWIGINTERN VALUE _wrap_new_FXSphered(int nargs, VALUE *args, VALUE self) {
|
|
23835
23799
|
if ((argc >= 1) && (argc <= 2)) {
|
23836
23800
|
int _v;
|
23837
23801
|
void *vptr = 0;
|
23838
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d,
|
23802
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
23839
23803
|
_v = SWIG_CheckState(res);
|
23840
23804
|
if (_v) {
|
23841
23805
|
if (argc <= 1) {
|
@@ -23853,7 +23817,7 @@ SWIGINTERN VALUE _wrap_new_FXSphered(int nargs, VALUE *args, VALUE self) {
|
|
23853
23817
|
if (argc == 1) {
|
23854
23818
|
int _v;
|
23855
23819
|
void *vptr = 0;
|
23856
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRanged,
|
23820
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXRanged, SWIG_POINTER_NO_NULL);
|
23857
23821
|
_v = SWIG_CheckState(res);
|
23858
23822
|
if (_v) {
|
23859
23823
|
return _wrap_new_FXSphered__SWIG_4(nargs, args, self);
|
@@ -23927,7 +23891,6 @@ fail:
|
|
23927
23891
|
}
|
23928
23892
|
|
23929
23893
|
|
23930
|
-
|
23931
23894
|
/*
|
23932
23895
|
Document-method: Fx3d::FXSphered.empty?
|
23933
23896
|
|
@@ -24131,7 +24094,7 @@ SWIGINTERN VALUE _wrap_FXSphered_containsq___(int nargs, VALUE *args, VALUE self
|
|
24131
24094
|
_v = SWIG_CheckState(res);
|
24132
24095
|
if (_v) {
|
24133
24096
|
void *vptr = 0;
|
24134
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
24097
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
24135
24098
|
_v = SWIG_CheckState(res);
|
24136
24099
|
if (_v) {
|
24137
24100
|
return _wrap_FXSphered_containsq_____SWIG_1(nargs, args, self);
|
@@ -24145,7 +24108,7 @@ SWIGINTERN VALUE _wrap_FXSphered_containsq___(int nargs, VALUE *args, VALUE self
|
|
24145
24108
|
_v = SWIG_CheckState(res);
|
24146
24109
|
if (_v) {
|
24147
24110
|
void *vptr = 0;
|
24148
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRanged,
|
24111
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRanged, SWIG_POINTER_NO_NULL);
|
24149
24112
|
_v = SWIG_CheckState(res);
|
24150
24113
|
if (_v) {
|
24151
24114
|
return _wrap_FXSphered_containsq_____SWIG_2(nargs, args, self);
|
@@ -24159,7 +24122,7 @@ SWIGINTERN VALUE _wrap_FXSphered_containsq___(int nargs, VALUE *args, VALUE self
|
|
24159
24122
|
_v = SWIG_CheckState(res);
|
24160
24123
|
if (_v) {
|
24161
24124
|
void *vptr = 0;
|
24162
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSphered,
|
24125
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSphered, SWIG_POINTER_NO_NULL);
|
24163
24126
|
_v = SWIG_CheckState(res);
|
24164
24127
|
if (_v) {
|
24165
24128
|
return _wrap_FXSphered_containsq_____SWIG_3(nargs, args, self);
|
@@ -24494,7 +24457,7 @@ SWIGINTERN VALUE _wrap_FXSphered_includeN___(int nargs, VALUE *args, VALUE self)
|
|
24494
24457
|
_v = SWIG_CheckState(res);
|
24495
24458
|
if (_v) {
|
24496
24459
|
void *vptr = 0;
|
24497
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
24460
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
24498
24461
|
_v = SWIG_CheckState(res);
|
24499
24462
|
if (_v) {
|
24500
24463
|
return _wrap_FXSphered_includeN_____SWIG_1(nargs, args, self);
|
@@ -24508,7 +24471,7 @@ SWIGINTERN VALUE _wrap_FXSphered_includeN___(int nargs, VALUE *args, VALUE self)
|
|
24508
24471
|
_v = SWIG_CheckState(res);
|
24509
24472
|
if (_v) {
|
24510
24473
|
void *vptr = 0;
|
24511
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRanged,
|
24474
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRanged, SWIG_POINTER_NO_NULL);
|
24512
24475
|
_v = SWIG_CheckState(res);
|
24513
24476
|
if (_v) {
|
24514
24477
|
return _wrap_FXSphered_includeN_____SWIG_2(nargs, args, self);
|
@@ -24522,7 +24485,7 @@ SWIGINTERN VALUE _wrap_FXSphered_includeN___(int nargs, VALUE *args, VALUE self)
|
|
24522
24485
|
_v = SWIG_CheckState(res);
|
24523
24486
|
if (_v) {
|
24524
24487
|
void *vptr = 0;
|
24525
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSphered,
|
24488
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSphered, SWIG_POINTER_NO_NULL);
|
24526
24489
|
_v = SWIG_CheckState(res);
|
24527
24490
|
if (_v) {
|
24528
24491
|
return _wrap_FXSphered_includeN_____SWIG_3(nargs, args, self);
|
@@ -24621,7 +24584,7 @@ SWIGINTERN VALUE _wrap_FXSphered_includeInRadiusN___(int nargs, VALUE *args, VAL
|
|
24621
24584
|
_v = SWIG_CheckState(res);
|
24622
24585
|
if (_v) {
|
24623
24586
|
void *vptr = 0;
|
24624
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d,
|
24587
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec3d, SWIG_POINTER_NO_NULL);
|
24625
24588
|
_v = SWIG_CheckState(res);
|
24626
24589
|
if (_v) {
|
24627
24590
|
return _wrap_FXSphered_includeInRadiusN_____SWIG_1(nargs, args, self);
|
@@ -24635,7 +24598,7 @@ SWIGINTERN VALUE _wrap_FXSphered_includeInRadiusN___(int nargs, VALUE *args, VAL
|
|
24635
24598
|
_v = SWIG_CheckState(res);
|
24636
24599
|
if (_v) {
|
24637
24600
|
void *vptr = 0;
|
24638
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRanged,
|
24601
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRanged, SWIG_POINTER_NO_NULL);
|
24639
24602
|
_v = SWIG_CheckState(res);
|
24640
24603
|
if (_v) {
|
24641
24604
|
return _wrap_FXSphered_includeInRadiusN_____SWIG_2(nargs, args, self);
|
@@ -24649,7 +24612,7 @@ SWIGINTERN VALUE _wrap_FXSphered_includeInRadiusN___(int nargs, VALUE *args, VAL
|
|
24649
24612
|
_v = SWIG_CheckState(res);
|
24650
24613
|
if (_v) {
|
24651
24614
|
void *vptr = 0;
|
24652
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSphered,
|
24615
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSphered, SWIG_POINTER_NO_NULL);
|
24653
24616
|
_v = SWIG_CheckState(res);
|
24654
24617
|
if (_v) {
|
24655
24618
|
return _wrap_FXSphered_includeInRadiusN_____SWIG_3(nargs, args, self);
|
@@ -24864,7 +24827,7 @@ SWIGINTERN VALUE _wrap_FXSphered_overlapsq___(int nargs, VALUE *args, VALUE self
|
|
24864
24827
|
_v = SWIG_CheckState(res);
|
24865
24828
|
if (_v) {
|
24866
24829
|
void *vptr = 0;
|
24867
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRanged,
|
24830
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRanged, SWIG_POINTER_NO_NULL);
|
24868
24831
|
_v = SWIG_CheckState(res);
|
24869
24832
|
if (_v) {
|
24870
24833
|
return _wrap_FXSphered_overlapsq_____SWIG_0(nargs, args, self);
|
@@ -24878,7 +24841,7 @@ SWIGINTERN VALUE _wrap_FXSphered_overlapsq___(int nargs, VALUE *args, VALUE self
|
|
24878
24841
|
_v = SWIG_CheckState(res);
|
24879
24842
|
if (_v) {
|
24880
24843
|
void *vptr = 0;
|
24881
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSphered,
|
24844
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXSphered, SWIG_POINTER_NO_NULL);
|
24882
24845
|
_v = SWIG_CheckState(res);
|
24883
24846
|
if (_v) {
|
24884
24847
|
return _wrap_FXSphered_overlapsq_____SWIG_1(nargs, args, self);
|
@@ -27712,7 +27675,7 @@ SWIGINTERN VALUE _wrap_FXGLCanvas_setShape(int nargs, VALUE *args, VALUE self) {
|
|
27712
27675
|
_v = SWIG_CheckState(res);
|
27713
27676
|
if (_v) {
|
27714
27677
|
void *vptr = 0;
|
27715
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRegion,
|
27678
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRegion, SWIG_POINTER_NO_NULL);
|
27716
27679
|
_v = SWIG_CheckState(res);
|
27717
27680
|
if (_v) {
|
27718
27681
|
return _wrap_FXGLCanvas_setShape__SWIG_0(nargs, args, self);
|
@@ -35579,7 +35542,7 @@ SWIGINTERN VALUE _wrap_FXGLViewer_setShape(int nargs, VALUE *args, VALUE self) {
|
|
35579
35542
|
_v = SWIG_CheckState(res);
|
35580
35543
|
if (_v) {
|
35581
35544
|
void *vptr = 0;
|
35582
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRegion,
|
35545
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXRegion, SWIG_POINTER_NO_NULL);
|
35583
35546
|
_v = SWIG_CheckState(res);
|
35584
35547
|
if (_v) {
|
35585
35548
|
return _wrap_FXGLViewer_setShape__SWIG_0(nargs, args, self);
|
@@ -35739,7 +35702,6 @@ fail:
|
|
35739
35702
|
}
|
35740
35703
|
|
35741
35704
|
|
35742
|
-
|
35743
35705
|
/*
|
35744
35706
|
Document-method: Fx3d::FXGLViewer.select
|
35745
35707
|
|
@@ -36987,11 +36949,11 @@ SWIGINTERN VALUE _wrap_new_FXGLShape(int nargs, VALUE *args, VALUE self) {
|
|
36987
36949
|
}
|
36988
36950
|
if (_v) {
|
36989
36951
|
void *vptr = 0;
|
36990
|
-
int res = SWIG_ConvertPtr(argv[4], &vptr, SWIGTYPE_p_FXMaterial,
|
36952
|
+
int res = SWIG_ConvertPtr(argv[4], &vptr, SWIGTYPE_p_FXMaterial, SWIG_POINTER_NO_NULL);
|
36991
36953
|
_v = SWIG_CheckState(res);
|
36992
36954
|
if (_v) {
|
36993
36955
|
void *vptr = 0;
|
36994
|
-
int res = SWIG_ConvertPtr(argv[5], &vptr, SWIGTYPE_p_FXMaterial,
|
36956
|
+
int res = SWIG_ConvertPtr(argv[5], &vptr, SWIGTYPE_p_FXMaterial, SWIG_POINTER_NO_NULL);
|
36995
36957
|
_v = SWIG_CheckState(res);
|
36996
36958
|
if (_v) {
|
36997
36959
|
return _wrap_new_FXGLShape__SWIG_1(nargs, args, self);
|
@@ -37821,7 +37783,7 @@ SWIGINTERN VALUE _wrap_new_FXExtentf(int nargs, VALUE *args, VALUE self) {
|
|
37821
37783
|
if (argc == 1) {
|
37822
37784
|
int _v;
|
37823
37785
|
void *vptr = 0;
|
37824
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXExtentf,
|
37786
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXExtentf, SWIG_POINTER_NO_NULL);
|
37825
37787
|
_v = SWIG_CheckState(res);
|
37826
37788
|
if (_v) {
|
37827
37789
|
return _wrap_new_FXExtentf__SWIG_1(nargs, args, self);
|
@@ -37830,11 +37792,11 @@ SWIGINTERN VALUE _wrap_new_FXExtentf(int nargs, VALUE *args, VALUE self) {
|
|
37830
37792
|
if (argc == 2) {
|
37831
37793
|
int _v;
|
37832
37794
|
void *vptr = 0;
|
37833
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec2f,
|
37795
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec2f, SWIG_POINTER_NO_NULL);
|
37834
37796
|
_v = SWIG_CheckState(res);
|
37835
37797
|
if (_v) {
|
37836
37798
|
void *vptr = 0;
|
37837
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2f,
|
37799
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2f, SWIG_POINTER_NO_NULL);
|
37838
37800
|
_v = SWIG_CheckState(res);
|
37839
37801
|
if (_v) {
|
37840
37802
|
return _wrap_new_FXExtentf__SWIG_2(nargs, args, self);
|
@@ -37881,7 +37843,6 @@ fail:
|
|
37881
37843
|
}
|
37882
37844
|
|
37883
37845
|
|
37884
|
-
|
37885
37846
|
/*
|
37886
37847
|
Document-method: Fx3d::FXExtentf.[]=
|
37887
37848
|
|
@@ -37927,7 +37888,6 @@ fail:
|
|
37927
37888
|
}
|
37928
37889
|
|
37929
37890
|
|
37930
|
-
|
37931
37891
|
/*
|
37932
37892
|
Document-method: Fx3d::FXExtentf.[]
|
37933
37893
|
|
@@ -38154,7 +38114,6 @@ fail:
|
|
38154
38114
|
}
|
38155
38115
|
|
38156
38116
|
|
38157
|
-
|
38158
38117
|
/*
|
38159
38118
|
Document-method: Fx3d::FXExtentf.empty?
|
38160
38119
|
|
@@ -38315,7 +38274,7 @@ SWIGINTERN VALUE _wrap_FXExtentf_containsq___(int nargs, VALUE *args, VALUE self
|
|
38315
38274
|
_v = SWIG_CheckState(res);
|
38316
38275
|
if (_v) {
|
38317
38276
|
void *vptr = 0;
|
38318
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2f,
|
38277
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2f, SWIG_POINTER_NO_NULL);
|
38319
38278
|
_v = SWIG_CheckState(res);
|
38320
38279
|
if (_v) {
|
38321
38280
|
return _wrap_FXExtentf_containsq_____SWIG_0(nargs, args, self);
|
@@ -38329,7 +38288,7 @@ SWIGINTERN VALUE _wrap_FXExtentf_containsq___(int nargs, VALUE *args, VALUE self
|
|
38329
38288
|
_v = SWIG_CheckState(res);
|
38330
38289
|
if (_v) {
|
38331
38290
|
void *vptr = 0;
|
38332
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXExtentf,
|
38291
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXExtentf, SWIG_POINTER_NO_NULL);
|
38333
38292
|
_v = SWIG_CheckState(res);
|
38334
38293
|
if (_v) {
|
38335
38294
|
return _wrap_FXExtentf_containsq_____SWIG_1(nargs, args, self);
|
@@ -38474,7 +38433,7 @@ SWIGINTERN VALUE _wrap_FXExtentf_includeN___(int nargs, VALUE *args, VALUE self)
|
|
38474
38433
|
_v = SWIG_CheckState(res);
|
38475
38434
|
if (_v) {
|
38476
38435
|
void *vptr = 0;
|
38477
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2f,
|
38436
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2f, SWIG_POINTER_NO_NULL);
|
38478
38437
|
_v = SWIG_CheckState(res);
|
38479
38438
|
if (_v) {
|
38480
38439
|
return _wrap_FXExtentf_includeN_____SWIG_0(nargs, args, self);
|
@@ -38488,7 +38447,7 @@ SWIGINTERN VALUE _wrap_FXExtentf_includeN___(int nargs, VALUE *args, VALUE self)
|
|
38488
38447
|
_v = SWIG_CheckState(res);
|
38489
38448
|
if (_v) {
|
38490
38449
|
void *vptr = 0;
|
38491
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXExtentf,
|
38450
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXExtentf, SWIG_POINTER_NO_NULL);
|
38492
38451
|
_v = SWIG_CheckState(res);
|
38493
38452
|
if (_v) {
|
38494
38453
|
return _wrap_FXExtentf_includeN_____SWIG_1(nargs, args, self);
|
@@ -38906,7 +38865,7 @@ SWIGINTERN VALUE _wrap_new_FXExtentd(int nargs, VALUE *args, VALUE self) {
|
|
38906
38865
|
if (argc == 1) {
|
38907
38866
|
int _v;
|
38908
38867
|
void *vptr = 0;
|
38909
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXExtentd,
|
38868
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXExtentd, SWIG_POINTER_NO_NULL);
|
38910
38869
|
_v = SWIG_CheckState(res);
|
38911
38870
|
if (_v) {
|
38912
38871
|
return _wrap_new_FXExtentd__SWIG_1(nargs, args, self);
|
@@ -38915,11 +38874,11 @@ SWIGINTERN VALUE _wrap_new_FXExtentd(int nargs, VALUE *args, VALUE self) {
|
|
38915
38874
|
if (argc == 2) {
|
38916
38875
|
int _v;
|
38917
38876
|
void *vptr = 0;
|
38918
|
-
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec2d,
|
38877
|
+
int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_FXVec2d, SWIG_POINTER_NO_NULL);
|
38919
38878
|
_v = SWIG_CheckState(res);
|
38920
38879
|
if (_v) {
|
38921
38880
|
void *vptr = 0;
|
38922
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2d,
|
38881
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2d, SWIG_POINTER_NO_NULL);
|
38923
38882
|
_v = SWIG_CheckState(res);
|
38924
38883
|
if (_v) {
|
38925
38884
|
return _wrap_new_FXExtentd__SWIG_2(nargs, args, self);
|
@@ -38966,7 +38925,6 @@ fail:
|
|
38966
38925
|
}
|
38967
38926
|
|
38968
38927
|
|
38969
|
-
|
38970
38928
|
/*
|
38971
38929
|
Document-method: Fx3d::FXExtentd.[]=
|
38972
38930
|
|
@@ -39012,7 +38970,6 @@ fail:
|
|
39012
38970
|
}
|
39013
38971
|
|
39014
38972
|
|
39015
|
-
|
39016
38973
|
/*
|
39017
38974
|
Document-method: Fx3d::FXExtentd.[]
|
39018
38975
|
|
@@ -39239,7 +39196,6 @@ fail:
|
|
39239
39196
|
}
|
39240
39197
|
|
39241
39198
|
|
39242
|
-
|
39243
39199
|
/*
|
39244
39200
|
Document-method: Fx3d::FXExtentd.empty?
|
39245
39201
|
|
@@ -39400,7 +39356,7 @@ SWIGINTERN VALUE _wrap_FXExtentd_containsq___(int nargs, VALUE *args, VALUE self
|
|
39400
39356
|
_v = SWIG_CheckState(res);
|
39401
39357
|
if (_v) {
|
39402
39358
|
void *vptr = 0;
|
39403
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2d,
|
39359
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2d, SWIG_POINTER_NO_NULL);
|
39404
39360
|
_v = SWIG_CheckState(res);
|
39405
39361
|
if (_v) {
|
39406
39362
|
return _wrap_FXExtentd_containsq_____SWIG_0(nargs, args, self);
|
@@ -39414,7 +39370,7 @@ SWIGINTERN VALUE _wrap_FXExtentd_containsq___(int nargs, VALUE *args, VALUE self
|
|
39414
39370
|
_v = SWIG_CheckState(res);
|
39415
39371
|
if (_v) {
|
39416
39372
|
void *vptr = 0;
|
39417
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXExtentd,
|
39373
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXExtentd, SWIG_POINTER_NO_NULL);
|
39418
39374
|
_v = SWIG_CheckState(res);
|
39419
39375
|
if (_v) {
|
39420
39376
|
return _wrap_FXExtentd_containsq_____SWIG_1(nargs, args, self);
|
@@ -39559,7 +39515,7 @@ SWIGINTERN VALUE _wrap_FXExtentd_includeN___(int nargs, VALUE *args, VALUE self)
|
|
39559
39515
|
_v = SWIG_CheckState(res);
|
39560
39516
|
if (_v) {
|
39561
39517
|
void *vptr = 0;
|
39562
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2d,
|
39518
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXVec2d, SWIG_POINTER_NO_NULL);
|
39563
39519
|
_v = SWIG_CheckState(res);
|
39564
39520
|
if (_v) {
|
39565
39521
|
return _wrap_FXExtentd_includeN_____SWIG_0(nargs, args, self);
|
@@ -39573,7 +39529,7 @@ SWIGINTERN VALUE _wrap_FXExtentd_includeN___(int nargs, VALUE *args, VALUE self)
|
|
39573
39529
|
_v = SWIG_CheckState(res);
|
39574
39530
|
if (_v) {
|
39575
39531
|
void *vptr = 0;
|
39576
|
-
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXExtentd,
|
39532
|
+
int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_FXExtentd, SWIG_POINTER_NO_NULL);
|
39577
39533
|
_v = SWIG_CheckState(res);
|
39578
39534
|
if (_v) {
|
39579
39535
|
return _wrap_FXExtentd_includeN_____SWIG_1(nargs, args, self);
|
@@ -41521,7 +41477,7 @@ SWIG_InitializeModule(void *clientdata) {
|
|
41521
41477
|
|
41522
41478
|
/* Now work on filling in swig_module.types */
|
41523
41479
|
#ifdef SWIGRUNTIME_DEBUG
|
41524
|
-
printf("SWIG_InitializeModule: size %
|
41480
|
+
printf("SWIG_InitializeModule: size %lu\n", (unsigned long)swig_module.size);
|
41525
41481
|
#endif
|
41526
41482
|
for (i = 0; i < swig_module.size; ++i) {
|
41527
41483
|
swig_type_info *type = 0;
|
@@ -41529,7 +41485,7 @@ SWIG_InitializeModule(void *clientdata) {
|
|
41529
41485
|
swig_cast_info *cast;
|
41530
41486
|
|
41531
41487
|
#ifdef SWIGRUNTIME_DEBUG
|
41532
|
-
printf("SWIG_InitializeModule: type %
|
41488
|
+
printf("SWIG_InitializeModule: type %lu %s\n", (unsigned long)i, swig_module.type_initial[i]->name);
|
41533
41489
|
#endif
|
41534
41490
|
|
41535
41491
|
/* if there is another module already loaded */
|
@@ -41605,7 +41561,7 @@ SWIG_InitializeModule(void *clientdata) {
|
|
41605
41561
|
for (i = 0; i < swig_module.size; ++i) {
|
41606
41562
|
int j = 0;
|
41607
41563
|
swig_cast_info *cast = swig_module.cast_initial[i];
|
41608
|
-
printf("SWIG_InitializeModule: type %
|
41564
|
+
printf("SWIG_InitializeModule: type %lu %s\n", (unsigned long)i, swig_module.type_initial[i]->name);
|
41609
41565
|
while (cast->type) {
|
41610
41566
|
printf("SWIG_InitializeModule: cast type %s\n", cast->type->name);
|
41611
41567
|
cast++;
|