keid-geometry-0.1.1.1: Geometry primitives for Keid engine.
Safe HaskellNone
LanguageHaskell2010

Geometry.Ray

Documentation

data Ray Source #

Constructors

Ray 

Fields

Instances

Instances details
Show Ray Source # 
Instance details

Defined in Geometry.Ray

Methods

showsPrec :: Int -> Ray -> ShowS #

show :: Ray -> String #

showList :: [Ray] -> ShowS #

fromSegment :: Vec3 -> Vec3 -> Ray Source #