RayAngleInformation

class RayAngleInformation(ray: Ray, angle: Double)

Ray information class to store relevant data about rays and any intersection found specific to shadow casting.

Constructors

Link copied to clipboard
fun RayAngleInformation(ray: Ray, angle: Double)

Properties

Link copied to clipboard
val angle: Double

Getter for ANGLE.

Link copied to clipboard
val ray: Ray

Getter for RAY.