Ray

class Ray

Author

Colton Daily

Constructors

Link copied to clipboard
fun Ray()

Functions

Link copied to clipboard
Link copied to clipboard
fun set(other: Ray)
Link copied to clipboard
fun setFromLookAt(origin: Vec3f, lookAt: Vec3f)
Link copied to clipboard
fun sphereIntersection(center: Vec3f, radius: Float, result: MutableVec3f): Boolean
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun transformBy(matrix: Mat4)

Properties

Link copied to clipboard
Link copied to clipboard