Geometry.Ray
data Ray Source #
Constructors
Fields
Defined in Geometry.Ray
Methods
showsPrec :: Int -> Ray -> ShowS Source #
show :: Ray -> String Source #
showList :: [Ray] -> ShowS Source #
fromSegment :: Vec3 -> Vec3 -> Ray Source #