Package com.google.ar.sceneform.common
Interface TransformProvider
-
- All Known Subinterfaces:
CameraProvider
- All Known Implementing Classes:
AnchorNode
,Camera
,Node
public interface TransformProvider
Interface for providing information about a 3D transformation. SeeNode
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Matrix
getWorldModelMatrix()
-
-
-
Method Detail
-
getWorldModelMatrix
Matrix getWorldModelMatrix()
-
-