Rings
Version 0.3

Uses of Class
threeD.raytracer.primitives.Polynomial

Packages that use Polynomial
threeD.raytracer.primitives   
threeD.ui.dialogs   
 

Uses of Polynomial in threeD.raytracer.primitives
 

Methods in threeD.raytracer.primitives that return Polynomial
 Polynomial Polynomial.add(Polynomial polynomial)
          Combines the terms of this Polynomial object and the specified Polynomial object and returns the sum as a Polynomial object.
 Polynomial Polynomial.multiply(Polynomial polynomial)
          Calculates the product of the polynomial function represented by this Polynomial object and that of the specified Polynomial object and returns the result as a Polynomial object.
 Polynomial Polynomial.multiply(PolynomialTerm term)
          Calculates the product of the polynomial function represented by this Polynomial object and that of the specified PolynomialTerm object and returns the result as a Polynomial object.
 Polynomial Polynomial.expand(int power)
          Multiplies this Polynomial object with itself as many times as indicated by the specified integer value.
 Polynomial Polynomial.getDx()
          Returns a Polynomial object that represents the partial derivative of the polynomial function represented by this Polynomial object with respect to X.
 Polynomial Polynomial.getDy()
          Returns a Polynomial object that represents the partial derivative of the polynomial function represented by this Polynomial object with respect to Y.
 Polynomial Polynomial.getDz()
          Returns a Polynomial object that represents the partial derivative of the polynomial function represented by this Polynomial object with respect to Z.
 

Methods in threeD.raytracer.primitives with parameters of type Polynomial
 Polynomial Polynomial.add(Polynomial polynomial)
          Combines the terms of this Polynomial object and the specified Polynomial object and returns the sum as a Polynomial object.
 Polynomial Polynomial.multiply(Polynomial polynomial)
          Calculates the product of the polynomial function represented by this Polynomial object and that of the specified Polynomial object and returns the result as a Polynomial object.
 

Uses of Polynomial in threeD.ui.dialogs
 

Constructors in threeD.ui.dialogs with parameters of type Polynomial
PolynomialTermsListModel(Polynomial polynomial)
          Constructs a new PolynomialTermsListModel that displays the terms of the specified Polynomial object.
EditPolynomialTermDialog(Polynomial polynomial, int index)
          Constructs a new EditPolynomialTermDialog object that can be used to edit the PolynomialTerm object at the specified index of the specified Polynomial object.
 


Rings
Version 0.3

Copyright 2003-05 Mike Murray