edu.byu.phun
Class ConeObj

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

public class ConeObj
extends Obj3D

This is a cone object that is 1.0 high in the Y direction with a base radius of 1.0 and the origin in the center of the base. As with all Obj3D objects, this can be moved to a new location, scaled to a new size and rotated about any of the axes.


Constructor Summary
ConeObj()
          Creates a new cone that is 1.0 high in the Y direction with a base radius of 1.0 and the origin in the center of the base.
 
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

ConeObj

public ConeObj()
Creates a new cone that is 1.0 high in the Y direction with a base radius of 1.0 and the origin in the center of the base.