class Isect

Attributes

hit[RW]
n[RW]
pl[RW]
t[RW]

Public Class Methods

new() click to toggle source
# File typeprof-0.15.2/testbed/ao.rb, line 132
def initialize
  @t = 10000000.0
  @hit = false
  @pl = Vec.new(0.0, 0.0, 0.0)
  @n = Vec.new(0.0, 0.0, 0.0)
end