Class: Quake::Bsp::Edge

Inherits:
Data
  • Object
show all
Defined in:
lib/quake/bsp/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#v0Object (readonly)

Returns the value of attribute v0

Returns:

  • (Object)

    the current value of v0



5
6
7
# File 'lib/quake/bsp/types.rb', line 5

def v0
  @v0
end

#v1Object (readonly)

Returns the value of attribute v1

Returns:

  • (Object)

    the current value of v1



5
6
7
# File 'lib/quake/bsp/types.rb', line 5

def v1
  @v1
end