Class: Quake::Bsp::Hull

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

Instance Attribute Summary collapse

Instance Attribute Details

#clip_maxsObject (readonly)

Returns the value of attribute clip_maxs

Returns:

  • (Object)

    the current value of clip_maxs



27
28
29
# File 'lib/quake/bsp/types.rb', line 27

def clip_maxs
  @clip_maxs
end

#clip_minsObject (readonly)

Returns the value of attribute clip_mins

Returns:

  • (Object)

    the current value of clip_mins



27
28
29
# File 'lib/quake/bsp/types.rb', line 27

def clip_mins
  @clip_mins
end

#first_clipnodeObject (readonly)

Returns the value of attribute first_clipnode

Returns:

  • (Object)

    the current value of first_clipnode



27
28
29
# File 'lib/quake/bsp/types.rb', line 27

def first_clipnode
  @first_clipnode
end

#last_clipnodeObject (readonly)

Returns the value of attribute last_clipnode

Returns:

  • (Object)

    the current value of last_clipnode



27
28
29
# File 'lib/quake/bsp/types.rb', line 27

def last_clipnode
  @last_clipnode
end