edu.byu.phun
Class SphereObj

java.lang.Object
  extended by edu.byu.phun.PropertyContainer
      extended by edu.byu.phun.Obj3D
          extended by edu.byu.phun.SphereObj

public class SphereObj
extends Obj3D

This will create a sphere of radius 1.0 with the origin at its center. As with all other Obj3D objects, this object can be scaled, squished, moved and rotated.


Constructor Summary
SphereObj()
          This will create a sphere of radius 1.0 with the origin at its center.
 
Method Summary
 
Methods inherited from class edu.byu.phun.Obj3D
getBounds, getColor, getLocation, getName, getRotX, getRotY, getRotZ, getScaleX, getScaleY, getScaleZ, getShininess, setColor, setColor, setLocation, setLocation, setName, setRotX, setRotY, setRotZ, setScale, setScale, setScaleX, setScaleY, setScaleZ, setShininess, toString
 
Methods inherited from class edu.byu.phun.PropertyContainer
getPropertyC, getPropertyD, getPropertyP, getPropertyS, propertyIsColor, propertyIsDouble, propertyIsPoint, propertyIsSettable, propertyIsString, propertyNames, setProperty, setProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SphereObj

public SphereObj()
This will create a sphere of radius 1.0 with the origin at its center.