Home
last modified time | relevance | path

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

/tools/netsim/ui/ts/
Dcube-sprite.ts24 @property({type: Number}) roll = 0; property in CubeSprite
Ddevice-info.ts30 @property({type : Number}) roll = 0; property in DeviceInformation
Dmodel.ts37 roll: number; property
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/
Dkeysight_catr_chamber.py101 def move_feed_roll(self, roll): argument
141 def move_to_azim_roll(self, azim, roll): argument
/tools/netsim/ui/dist/js/
Ddevice-info.js1 … extends t{constructor(){super(...arguments),this.yaw=0,this.pitch=0,this.roll=0,this.editMode=!1,… 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/src/proto/
Dmodel.proto33 float roll = 3; field
/tools/netsim/rust/frontend-proto/src/
Dmodel.rs195 pub roll: f32, field