Class: VA3C::Vertex

Inherits:
Struct show all
Defined in:
lib/measures/view_data/resources/va3c.rb,
lib/measures/view_model/resources/va3c.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_h

Instance Attribute Details

#xObject

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



61
62
63
# File 'lib/measures/view_data/resources/va3c.rb', line 61

def x
  @x
end

#yObject

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



61
62
63
# File 'lib/measures/view_data/resources/va3c.rb', line 61

def y
  @y
end

#zObject

Returns the value of attribute z

Returns:

  • (Object)

    the current value of z



61
62
63
# File 'lib/measures/view_data/resources/va3c.rb', line 61

def z
  @z
end