Home
last modified time | relevance | path

Searched defs:roll (Results 1 – 9 of 9) sorted by relevance

/tools/netsim/ui/ts/
Dcube-sprite.ts24 @property({type: Number}) roll = 0; property in CubeSprite
Dpyramid-sprite.ts24 @property({type: Number}) roll = 0; property in PyramidSprite
Ddevice-info.ts49 @property({type: Number}) roll = 0; property in DeviceInformation
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/
Dkeysight_chamber.py105 def move_feed_roll(self, roll): argument
145 def move_to_azim_roll(self, azim, roll): argument
/tools/netsim/ui/dist/js/
Ddevice-info.js15 …oldRange||(this.yaw=i.orientation.yaw,this.pitch=i.orientation.pitch,this.roll=i.orientation.roll)… property
Ddevice-observer.js1 …sition(e){this.device.position=e}get orientation(){const e={yaw:0,pitch:0,roll:0};return"orientati… property
/tools/netsim/proto/netsim/
Dmodel.proto42 float roll = 3; field
/tools/netsim/ui/ts/netsim/
Dmodel.ts43 roll: number; property
/tools/netsim/rust/proto/src/
Dmodel.rs195 pub roll: f32, field