Methods
N
Attributes
[RW] hit
[RW] n
[RW] pl
[RW] t
Class Public methods
new()
# File benchmark/bm_app_aobench.rb, line 130
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