Class Plane
- java.lang.Object
-
- com.google.ar.sceneform.collision.Plane
-
public class Plane extends java.lang.ObjectMathematical 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 Vector3getCenter()Vector3getNormal()booleanrayIntersection(Ray ray, RayHit result)voidsetCenter(Vector3 center)voidsetNormal(Vector3 normal)
-