Class: Aws::Types::Pose
- Inherits:
-
Object
- Object
- Aws::Types::Pose
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pitch ⇒ ::Float
Returns the value of attribute pitch.
-
#roll ⇒ ::Float
Returns the value of attribute roll.
-
#yaw ⇒ ::Float
Returns the value of attribute yaw.
Instance Attribute Details
#pitch ⇒ ::Float
Returns the value of attribute pitch.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def pitch @pitch end |
#roll ⇒ ::Float
Returns the value of attribute roll.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def roll @roll end |
#yaw ⇒ ::Float
Returns the value of attribute yaw.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def yaw @yaw end |