Home
last modified time | relevance | path

Searched refs:USE_GEOMETRY (Results 1 – 7 of 7) sorted by relevance

/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DWakeupOnCollisionExit.java51 public static final int USE_GEOMETRY = WakeupOnCollisionEntry.USE_GEOMETRY; field in WakeupOnCollisionExit
293 if (accuracyMode == USE_GEOMETRY) { in addBehaviorCondition()
374 (accuracyMode == USE_GEOMETRY)) { in updateCollisionBounds()
H A DWakeupOnCollisionMovement.java51 public static final int USE_GEOMETRY = WakeupOnCollisionEntry.USE_GEOMETRY; field in WakeupOnCollisionMovement
302 if (accuracyMode == USE_GEOMETRY) { in addBehaviorCondition()
381 (accuracyMode == USE_GEOMETRY)) { in updateCollisionBounds()
H A DWakeupOnCollisionEntry.java53 public static final int USE_GEOMETRY = 10; field in WakeupOnCollisionEntry
311 if ((speedHint != USE_GEOMETRY) && (speedHint != USE_BOUNDS)) { in validateSpeedHint()
360 if (accuracyMode == USE_GEOMETRY) { in addBehaviorCondition()
438 (accuracyMode == USE_GEOMETRY)) { in updateCollisionBounds()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/behaviors/picking/
H A DPickObject.java187 public static final int USE_GEOMETRY = 0x100; field in PickObject
384 else if(flag == USE_GEOMETRY) { in pickAll()
415 else if(flag == USE_GEOMETRY) { in pickAllSorted()
445 else if(flag == USE_GEOMETRY) { in pickAny()
473 else if(flag == USE_GEOMETRY) { in pickClosest()
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkChartXYZ.h491 USE_GEOMETRY enumerator
492 } SizeStrategy = USE_GEOMETRY;
H A DvtkChartXYZ.cxx143 if (this->Geometry == bounds && this->SizeStrategy == this->USE_GEOMETRY) in SetGeometry()
147 this->SizeStrategy = this->USE_GEOMETRY; in SetGeometry()
174 return this->SizeStrategy == this->USE_GEOMETRY ? this->Geometry.GetX() : this->Margins[3]; in GetMarginLeft()
180 return this->SizeStrategy == this->USE_GEOMETRY ? this->Geometry.GetY() : this->Margins[2]; in GetMarginBottom()
186 if (this->SizeStrategy == this->USE_GEOMETRY) in GetPlotWidth()
197 if (this->SizeStrategy == this->USE_GEOMETRY) in GetPlotHeight()
259 if (SizeStrategy == this->USE_GEOMETRY) in PrintSelf()
/dports/math/xgraph/xgraph/
H A Dxgraph.c37 #define USE_GEOMETRY 1 /* Set to 0 to disable =WxH+X+Y argument */ macro
715 #if USE_GEOMETRY