Class: Quake::Bsp::Plane

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

Instance Attribute Summary collapse

Instance Attribute Details

#distObject (readonly)

Returns the value of attribute dist

Returns:

  • (Object)

    the current value of dist



8
9
10
# File 'lib/quake/bsp/types.rb', line 8

def dist
  @dist
end

#normalObject (readonly)

Returns the value of attribute normal

Returns:

  • (Object)

    the current value of normal



8
9
10
# File 'lib/quake/bsp/types.rb', line 8

def normal
  @normal
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/quake/bsp/types.rb', line 8

def type
  @type
end