Class: Quake::Physics::BoxHull

Inherits:
Data
  • Object
show all
Defined in:
lib/quake/physics/hull_trace.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clipnodesObject (readonly)

Returns the value of attribute clipnodes

Returns:

  • (Object)

    the current value of clipnodes



25
26
27
# File 'lib/quake/physics/hull_trace.rb', line 25

def clipnodes
  @clipnodes
end

#first_clipnodeObject (readonly)

Returns the value of attribute first_clipnode

Returns:

  • (Object)

    the current value of first_clipnode



25
26
27
# File 'lib/quake/physics/hull_trace.rb', line 25

def first_clipnode
  @first_clipnode
end

#last_clipnodeObject (readonly)

Returns the value of attribute last_clipnode

Returns:

  • (Object)

    the current value of last_clipnode



25
26
27
# File 'lib/quake/physics/hull_trace.rb', line 25

def last_clipnode
  @last_clipnode
end

#planesObject (readonly)

Returns the value of attribute planes

Returns:

  • (Object)

    the current value of planes



25
26
27
# File 'lib/quake/physics/hull_trace.rb', line 25

def planes
  @planes
end