Plane

open class Plane

Mathematical representation of a plane with an infinite size. Used for intersection tests.

Constructors

Link copied to clipboard
constructor(center: Vector3, normal: Vector3)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun rayIntersection(ray: Ray, result: RayHit): Boolean