Home
last modified time | relevance | path

Searched refs:RotationSpeed (Results 1 – 22 of 22) sorted by relevance

/dports/games/astromenace/astromenace-1.4.1/src/object3d/space_object/
H A Dspace_object.cpp283 RotationSpeed.y * TimeDelta, in Update()
286 if (RotationSpeed.x != 0.0f) { in Update()
287 Rotation.x -= RotationSpeed.x * TimeDelta; in Update()
291 if (RotationSpeed.y != 0.0f) { in Update()
292 Rotation.y -= RotationSpeed.y * TimeDelta; in Update()
311 if (RotationSpeed.x != 0.0f) { in Update()
313 RotationSpeed.x -= (RotationSpeed.x / 4.0f) * TimeDelta; in Update()
315 if (RotationSpeed.y != 0.0f) { in Update()
317 RotationSpeed.y -= (RotationSpeed.y / 4.0f) * TimeDelta; in Update()
319 if (RotationSpeed.z != 0.0f) { in Update()
[all …]
H A Dplanetoids.cpp71 RotationSpeed.x = 10.0f + 10.0f * vw_fRand0(); in cPlanetoid()
72 RotationSpeed.y = 2.0f + 20.0f * vw_fRand0(); in cPlanetoid()
H A Dbig_asteroid.cpp71 RotationSpeed.x = 10.0f + 10.0f * vw_fRand0(); in cBigAsteroid()
72 RotationSpeed.y = 2.0f + 20.0f * vw_fRand0(); in cBigAsteroid()
H A Dsmall_asteroid.cpp51 RotationSpeed.x = 100.0f + 50.0f * vw_fRand0(); in cSmallAsteroid()
52 RotationSpeed.y = 20.0f + 20.0f * vw_fRand0(); in cSmallAsteroid()
H A Dspace_object.h64 sVECTOR3D RotationSpeed{0.0f, 0.0f, 0.0f};
/dports/games/astromenace/astromenace-1.4.1/src/object3d/explosion/
H A Dground_explosion.cpp105 sharedSpaceDebris->RotationSpeed.x = 2.0f * vw_fRand0(); in cGroundExplosion()
106 sharedSpaceDebris->RotationSpeed.y = 2.0f * vw_fRand0(); in cGroundExplosion()
124 sharedSpaceDebris->RotationSpeed.x = 40.0f + 80.0f * vw_fRand0(); in cGroundExplosion()
125 sharedSpaceDebris->RotationSpeed.y = 40.0f + 80.0f * vw_fRand0(); in cGroundExplosion()
126 sharedSpaceDebris->RotationSpeed.z = 40.0f + 80.0f * vw_fRand0(); in cGroundExplosion()
134 sharedSpaceDebris->RotationSpeed.x = 2.0f * vw_fRand0(); in cGroundExplosion()
135 sharedSpaceDebris->RotationSpeed.y = 2.0f * vw_fRand0(); in cGroundExplosion()
136 sharedSpaceDebris->RotationSpeed.z = 2.0f * vw_fRand0(); in cGroundExplosion()
H A Dspace_explosion.cpp389 sharedSpaceDebris->RotationSpeed.x = 2.0f * vw_fRand0(); in cSpaceExplosion()
390 sharedSpaceDebris->RotationSpeed.y = 2.0f * vw_fRand0(); in cSpaceExplosion()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/World/
H A DRadarPings.cs24 public readonly float RotationSpeed = 0.12f; field in OpenRA.Mods.Common.Traits.RadarPingsInfo
51 info.FromRadius, info.ToRadius, info.ShrinkSpeed, info.RotationSpeed); in Add()
76 public float RotationSpeed; field in OpenRA.Mods.Common.Traits.RadarPing
92 RotationSpeed = rotationSpeed; in RadarPing()
103 angle -= RotationSpeed; in Tick()
/dports/graphics/anttweakbar/AntTweakBar/examples/
H A DTwSimpleSFML.cpp57 float RotationSpeed; member
71 RotationSpeed = 360.0f * Random(); in Particle()
83 RotationAngle += dt * RotationSpeed; in Update()
/dports/games/astromenace/astromenace-1.4.1/src/object3d/projectile/
H A Dprojectile.cpp2262 float RotationSpeed; in Update() local
2339 RotationSpeed = 50.0f; in Update()
2342 RotationSpeed = 60.0f; in Update()
2345 RotationSpeed = 35.0f; in Update()
2348 RotationSpeed = 20.0f; in Update()
2352 RotationSpeed = 50.0f; in Update()
2355 RotationSpeed = 60.0f; in Update()
2359 RotationSpeed = 50.0f; in Update()
2362 RotationSpeed = 60.0f; in Update()
2365 RotationSpeed = 50.0f; in Update()
[all …]
/dports/games/atr3d/atr3d/
H A Dserverconfig.cpp68 float RotationSpeed; variable
134 RotationSpeed=1.2; in SetServerDefaults()
239 RotationSpeed=strtod(value, NULL); in ServerAssignValue()
H A Dserverdata.h50 extern float RotationSpeed;
H A Dservership.cpp87 float Multiplier=RotationSpeed; in UpdateRotation()
/dports/games/astromenace/astromenace-1.4.1/src/object3d/ground_object/
H A Dground_object.cpp277 RotationSpeed = TimeSheetList.front().RotationAcceler; in Update()
582 tmpRotate.x = Sign * MaxSpeedRotate * RotationSpeed.x * TimeDelta; in Update()
604 tmpRotate.y = Sign * MaxSpeedRotate * RotationSpeed.y * TimeDelta; in Update()
626 tmpRotate.z = Sign * MaxSpeedRotate * RotationSpeed.z * TimeDelta; in Update()
H A Dground_object.h104 sVECTOR3D RotationSpeed{1.0f, 1.0f, 1.0f};
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgframerenderer/
H A DCameraProperty.cpp75 ADD_DOUBLE_SERIALIZER( RotationSpeed, 0.0 );
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgframerenderer/
H A DCameraProperty.cpp75 ADD_DOUBLE_SERIALIZER( RotationSpeed, 0.0 );
/dports/games/astromenace/astromenace-1.4.1/src/object3d/space_ship/
H A Dspace_ship.h100 sVECTOR3D RotationSpeed{1.0f, 1.0f, 1.0f};
H A Dspace_ship.cpp514 RotationSpeed = TimeSheetList.front().RotationAcceler; in Update()
594 tmpRotate.x = Sign * MaxSpeedRotate * RotationSpeed.x * TimeDelta; in Update()
617 tmpRotate.y = Sign * MaxSpeedRotate * RotationSpeed.y * TimeDelta; in Update()
656 tmpRotate.z = Sign * MaxSpeedRotate * RotationSpeed.z * TimeDelta; in Update()
/dports/games/astromenace/astromenace-1.4.1/src/script/
H A Dscript.cpp708 xmlDoc->fGetEntryAttribute(xmlEntry, "rotx", sharedSpaceObject->RotationSpeed.x); in LoadSpaceObjectScript()
709 xmlDoc->fGetEntryAttribute(xmlEntry, "roty", sharedSpaceObject->RotationSpeed.y); in LoadSpaceObjectScript()
710 xmlDoc->fGetEntryAttribute(xmlEntry, "rotz", sharedSpaceObject->RotationSpeed.z); in LoadSpaceObjectScript()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/libopenstorage/openstorage/api/
H A Dapi.pb.go564RotationSpeed string `protobuf:"bytes,11,opt,name=rotation_speed,json=rotationSpeed" json:"rotatio… member
646 return m.RotationSpeed
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/behaviors/vp/
H A DWandViewBehavior.java2975 public void RotationSpeed(Object[] speed) { in RotationSpeed() method in WandViewBehavior