mamx.vrml
Class VRMLTransform

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

public class VRMLTransform
extends VRMLGroupingNode


Field Summary
 protected float[]bboxCenter
           
 protected float[]bboxSize
           
 protected float[]center
           
 protected float[]rotation
           
 protected float[]scale
           
 protected float[]scaleOrientation
           
 protected float[]translation
           

Fields inherited from class mamx.vrml.VRMLGroupingNode
children

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

Constructor Summary
VRMLTransform()
           

Method Summary
 voidcreateSource(PrintWriter out, int currIndent)
           
 voidsetBBoxCenter(float[] bbc)
           
 voidsetBBoxSize(float[] bbs)
           
 voidsetCenter(float[] c)
           
 voidsetRotation(float[] r)
           
 voidsetScale(float[] s)
           
 voidsetScaleOrientation(float[] so)
           
 voidsetTranslation(float[] t)
           

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

center

protected float[] center

rotation

protected float[] rotation

scale

protected float[] scale

scaleOrientation

protected float[] scaleOrientation

translation

protected float[] translation
Constructor Detail

VRMLTransform

public VRMLTransform()
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)

setCenter

public void setCenter(float[] c)

setRotation

public void setRotation(float[] r)

setScale

public void setScale(float[] s)

setScaleOrientation

public void setScaleOrientation(float[] so)

setTranslation

public void setTranslation(float[] t)