Class: Jolt::Contact
- Inherits:
-
Data
- Object
- Data
- Jolt::Contact
- Defined in:
- lib/jolt/contact_events.rb
Instance Attribute Summary collapse
-
#body_a ⇒ Object
readonly
Returns the value of attribute body_a.
-
#body_b ⇒ Object
readonly
Returns the value of attribute body_b.
-
#normal ⇒ Object
readonly
Returns the value of attribute normal.
-
#penetration ⇒ Object
readonly
Returns the value of attribute penetration.
-
#point ⇒ Object
readonly
Returns the value of attribute point.
-
#sub_shape_a ⇒ Object
readonly
Returns the value of attribute sub_shape_a.
-
#sub_shape_b ⇒ Object
readonly
Returns the value of attribute sub_shape_b.
Instance Attribute Details
#body_a ⇒ Object (readonly)
Returns the value of attribute body_a
4 5 6 |
# File 'lib/jolt/contact_events.rb', line 4 def body_a @body_a end |
#body_b ⇒ Object (readonly)
Returns the value of attribute body_b
4 5 6 |
# File 'lib/jolt/contact_events.rb', line 4 def body_b @body_b end |
#normal ⇒ Object (readonly)
Returns the value of attribute normal
4 5 6 |
# File 'lib/jolt/contact_events.rb', line 4 def normal @normal end |
#penetration ⇒ Object (readonly)
Returns the value of attribute penetration
4 5 6 |
# File 'lib/jolt/contact_events.rb', line 4 def penetration @penetration end |
#point ⇒ Object (readonly)
Returns the value of attribute point
4 5 6 |
# File 'lib/jolt/contact_events.rb', line 4 def point @point end |
#sub_shape_a ⇒ Object (readonly)
Returns the value of attribute sub_shape_a
4 5 6 |
# File 'lib/jolt/contact_events.rb', line 4 def sub_shape_a @sub_shape_a end |
#sub_shape_b ⇒ Object (readonly)
Returns the value of attribute sub_shape_b
4 5 6 |
# File 'lib/jolt/contact_events.rb', line 4 def sub_shape_b @sub_shape_b end |