Class Plane
- java.lang.Object
-
- com.google.ar.sceneform.collision.Plane
-
public class Plane extends java.lang.Object
Mathematical representation of a plane with an infinite size. Used for intersection tests.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector3
getCenter()
Vector3
getNormal()
boolean
rayIntersection(Ray ray, RayHit result)
void
setCenter(Vector3 center)
void
setNormal(Vector3 normal)
-