Class com.oroinc.yaray.Solid
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.oroinc.yaray.Solid

java.lang.Object
   |
   +----com.oroinc.math.geometry.Tuple
           |
           +----com.oroinc.yaray.Color
                   |
                   +----com.oroinc.yaray.Solid

public final class Solid
extends Color
implements Pigment
A solid pigment.

Copyright © 1996, 1997 Original Reusable Objects, Inc. All rights reserved.

Author:
Daniel F. Savarese

Constructor Index

 o Solid()
 o Solid(Color)

Method Index

 o getColor(Point, Point, Color)

Constructors

 o Solid
  public Solid()
 o Solid
  public Solid(Color color)

Methods

 o getColor
  public void getColor(Point origin,
                       Point point,
                       Color colorResult)

All Packages  Class Hierarchy  This Package  Previous  Next  Index