mamx.vrml
Class VRMLCollision

mamx.vrml.VRMLNode
  |
  +--mamx.vrml.VRMLGroupingNode
        |
        +--mamx.vrml.VRMLCollision

public class VRMLCollision
extends VRMLGroupingNode


Field Summary
 protected float[]bboxCenter
           
 protected float[]bboxSize
           
 protected Stringcollide
           
 protected VRMLNodeproxy
           

Fields inherited from class mamx.vrml.VRMLGroupingNode
children

Fields inherited from class mamx.vrml.VRMLNode
definition, INDENT_INCREASE, useDef

Constructor Summary
VRMLCollision()
           
VRMLCollision(boolean collideOn)
           

Method Summary
 voidcreateSource(PrintWriter out, int currIndent)
           
 voidsetBBoxCenter(float[] bbc)
           
 voidsetBBoxSize(float[] bbs)
           
 voidsetCollide(boolean c)
           
 voidsetProxy(VRMLNode p)
           

Methods inherited from class mamx.vrml.VRMLGroupingNode
addChild, printChildren

Methods inherited from class mamx.vrml.VRMLNode
define, printlnVector, useDefinition

Field Detail

bboxCenter

protected float[] bboxCenter

bboxSize

protected float[] bboxSize

collide

protected String collide

proxy

protected VRMLNode proxy
Constructor Detail

VRMLCollision

public VRMLCollision()

VRMLCollision

public VRMLCollision(boolean collideOn)
Method Detail

createSource

public void createSource(PrintWriter out, int currIndent)
throws java.io.IOException

setBBoxCenter

public void setBBoxCenter(float[] bbc)

setBBoxSize

public void setBBoxSize(float[] bbs)

setCollide

public void setCollide(boolean c)

setProxy

public void setProxy(VRMLNode p)