Module: Snow::MathPointers
- Defined in:
- lib/snow-math/ptr.rb
Instance Method Summary collapse
Instance Method Details
#to_ptr ⇒ Object
12 13 14 |
# File 'lib/snow-math/ptr.rb', line 12 def to_ptr Fiddle::Pointer.new(self.address, self.size) end |