toggle menu
SceneView
androidJvm
switch theme
search in API
sceneview
/
io.github.sceneview.collision
/
Plane
Plane
open
class
Plane
Mathematical representation of a plane with an infinite size. Used for intersection tests.
Members
Constructors
Plane
Link copied to clipboard
constructor
(
center
:
Vector3
,
normal
:
Vector3
)
Properties
center
Link copied to clipboard
var
center
:
Vector3
normal
Link copied to clipboard
var
normal
:
Vector3
Functions
ray
Intersection
Link copied to clipboard
open
fun
rayIntersection
(
ray
:
Ray
,
result
:
RayHit
)
:
Boolean