Method: CP.moment_for_segment

Defined in:
lib/chipmunk-ffi/core.rb

.moment_for_segment(m, v1, v2) ⇒ Object



32
33
34
# File 'lib/chipmunk-ffi/core.rb', line 32

def self.moment_for_segment(m,v1,v2)
  cpMomentForSegment(m, v1.struct, v2.struct)
end