Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/46_RaycastVehicle/
H A DVehicle.cpp79 float connectionHeight = -0.4f; in Init() local
88 connectionPoints_[0] = Vector3(-wheelX, connectionHeight, 2.5f - GetWheelRadius() * 2.0f); in Init()
90 connectionPoints_[1] = Vector3(wheelX, connectionHeight, 2.5f - GetWheelRadius() * 2.0f); in Init()
92 connectionPoints_[2] = Vector3(-wheelX, connectionHeight, -2.5f + GetWheelRadius() * 2.0f); in Init()
94 connectionPoints_[3] = Vector3(wheelX, connectionHeight, -2.5f + GetWheelRadius() * 2.0f); in Init()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/
H A D46_RaycastVehicleDemo.lua296 local connectionHeight = -0.4
302 …table.insert(self.connectionPoints, Vector3(-wheelX, connectionHeight, 2.5 - self.wheelRadius * 2.…
304 …table.insert(self.connectionPoints, Vector3(wheelX, connectionHeight, 2.5 - self.wheelRadius * 2.0…
306 …table.insert(self.connectionPoints, Vector3(-wheelX, connectionHeight, -2.5 + self.wheelRadius * 2…
308 …table.insert(self.connectionPoints, Vector3(wheelX, connectionHeight, -2.5 + self.wheelRadius * 2.…
/dports/devel/bullet/bullet3-3.21/examples/ForkLift/
H A DForkLiftDemo.cpp495 float connectionHeight = 1.2f; in initPhysics() local
502 …btVector3 connectionPointCS0(CUBE_HALF_EXTENTS - (0.3 * wheelWidth), connectionHeight, 2 * CUBE_HA… in initPhysics()
505 …connectionPointCS0 = btVector3(-CUBE_HALF_EXTENTS + (0.3 * wheelWidth), connectionHeight, 2 * CUBE… in initPhysics()
508 …connectionPointCS0 = btVector3(-CUBE_HALF_EXTENTS + (0.3 * wheelWidth), connectionHeight, -2 * CUB… in initPhysics()
511 …connectionPointCS0 = btVector3(CUBE_HALF_EXTENTS - (0.3 * wheelWidth), connectionHeight, -2 * CUBE… in initPhysics()
/dports/devel/py-bullet3/bullet3-3.21/examples/ForkLift/
H A DForkLiftDemo.cpp495 float connectionHeight = 1.2f; in initPhysics() local
502 …btVector3 connectionPointCS0(CUBE_HALF_EXTENTS - (0.3 * wheelWidth), connectionHeight, 2 * CUBE_HA… in initPhysics()
505 …connectionPointCS0 = btVector3(-CUBE_HALF_EXTENTS + (0.3 * wheelWidth), connectionHeight, 2 * CUBE… in initPhysics()
508 …connectionPointCS0 = btVector3(-CUBE_HALF_EXTENTS + (0.3 * wheelWidth), connectionHeight, -2 * CUB… in initPhysics()
511 …connectionPointCS0 = btVector3(CUBE_HALF_EXTENTS - (0.3 * wheelWidth), connectionHeight, -2 * CUBE… in initPhysics()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A DWireframe2gcode.h45 coord_t connectionHeight; variable
H A DWireframe2gcode.cpp112 if (vSize2(gcode.getPositionXY() - part.connection.from) > connectionHeight) in writeGCode()
298 Point3 to = segment.to + Point3(0, 0, fall_down*(segment.to - from).vSize() / connectionHeight); in strategy_compensate()
502 connectionHeight = scene_settings.get<coord_t>("wireframe_height"); in Wireframe2gcode()
521 …nozzle_top_diameter = tan(nozzle_expansion_angle) * connectionHeight + nozzle_outer_diameter + noz… in Wireframe2gcode()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/
H A D46_RaycastVehicleDemo.as302 float connectionHeight = -0.4f; //1.2f;
308 connectionPoints.Push(Vector3(-wheelX, connectionHeight, 2.5f - wheelRadius * 2.0f));
310 connectionPoints.Push(Vector3(wheelX, connectionHeight, 2.5f - wheelRadius * 2.0f));
312 connectionPoints.Push(Vector3(-wheelX, connectionHeight, -2.5f + wheelRadius * 2.0f));
314 connectionPoints.Push(Vector3(wheelX, connectionHeight, -2.5f + wheelRadius * 2.0f));