Class: Quake::Bsp::Node

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

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject (readonly)

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



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

def children
  @children
end

#first_faceObject (readonly)

Returns the value of attribute first_face

Returns:

  • (Object)

    the current value of first_face



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

def first_face
  @first_face
end

#maxsObject (readonly)

Returns the value of attribute maxs

Returns:

  • (Object)

    the current value of maxs



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

def maxs
  @maxs
end

#minsObject (readonly)

Returns the value of attribute mins

Returns:

  • (Object)

    the current value of mins



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

def mins
  @mins
end

#num_facesObject (readonly)

Returns the value of attribute num_faces

Returns:

  • (Object)

    the current value of num_faces



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

def num_faces
  @num_faces
end

#plane_indexObject (readonly)

Returns the value of attribute plane_index

Returns:

  • (Object)

    the current value of plane_index



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

def plane_index
  @plane_index
end