Module: SDC::Collider

Defined in:
engine_docs/automatic_doc_Collider.rb

Overview

Module for collision test methods

Class Method Summary collapse

Class Method Details

.test(shape_1, shape_2, offset_1, offset_2) ⇒ Boolean

Tests whether shape_1 and shape_2 collide, with respective offsets

Parameters:

Returns:

  • (Boolean)


# File 'engine_docs/automatic_doc_Collider.rb', line 5