Class: Mlr::ResultPoint3D

Inherits:
Struct
  • Object
show all
Defined in:
lib/mlr.rb

Instance Attribute Summary collapse

Instance Attribute Details

#xObject

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



16
17
18
# File 'lib/mlr.rb', line 16

def x
  @x
end

#yObject

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



16
17
18
# File 'lib/mlr.rb', line 16

def y
  @y
end

#zObject

Returns the value of attribute z

Returns:

  • (Object)

    the current value of z



16
17
18
# File 'lib/mlr.rb', line 16

def z
  @z
end