Method: Processing::Vector#inspect

Defined in:
lib/processing/vector.rb

#inspectString

Returns a string containing a human-readable representation of object.

Returns:

  • (String)

    inspected text



679
680
681
# File 'lib/processing/vector.rb', line 679

def inspect()
  "#<#{self.class.name}: #{x}, #{y}, #{z}>"
end