menu
ar_flutter_plugin package
documentation
models/ar_node.dart
models/ar_node.dart
dark_mode
light_mode
models/ar_node
library
Classes
ARNode
ARNode is the model class for node-tree objects. It encapsulates the position, rotations, and other transforms of a node, which define a coordinate system. The coordinate systems of all the sub-nodes are relative to the one of their parent node.
MatrixValueNotifierConverter
Extensions
Matrix4Extenstion
on
Matrix4
Functions
createTransformMatrix
(
Matrix4
?
origin
,
Vector3?
position
,
Vector3?
scale
,
Vector4?
rotation
,
Vector3?
eulerAngles
)
→
Matrix4
Helper function to create a Matrix4 from either a given matrix or from position, scale and rotation relative to the origin
ar_flutter_plugin package
documentation
models/ar_node.dart
ar_flutter_plugin
package
Libraries
ar_flutter_plugin
datatypes/anchor_types
datatypes/config_planedetection
datatypes/hittest_result_types
datatypes/node_types
managers/ar_anchor_manager
managers/ar_location_manager
managers/ar_object_manager
managers/ar_session_manager
models/ar_anchor
models/ar_hittest_result
models/ar_node
utils/json_converters
widgets/ar_view
ar_node library