c

swiftvis2.raytrace

GeomCylinder

class GeomCylinder extends Geometry

Linear Supertypes
Geometry, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeomCylinder
  2. Geometry
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeomCylinder(c0: Point, c1: Point, radius: Double, color: (Point) ⇒ RTColor, reflect: (Point) ⇒ Double)

Value Members

  1. def boundingBox: Box
    Definition Classes
    GeomCylinderGeometry
  2. val boundingSphere: Sphere
    Definition Classes
    GeomCylinderGeometry
  3. def intersect(r: Ray): Option[IntersectData]
    Definition Classes
    GeomCylinderGeometry
  4. val l: Vect