algo_angle 1.0.12 copy "algo_angle: ^1.0.12" to clipboard
algo_angle: ^1.0.12 copied to clipboard

This is a specialized quaternion-based angle calculation library designed for specific scenarios, not as a general-purpose solution. Use it with caution. The library computes angles from quaternions, [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add algo_angle

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  algo_angle: ^1.0.12

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:algo_angle/algo_angle.dart';
0
likes
110
points
83
downloads

Publisher

unverified uploader

Weekly Downloads

This is a specialized quaternion-based angle calculation library designed for specific scenarios, not as a general-purpose solution. Use it with caution. The library computes angles from quaternions, typically by extracting values from an array that must pass certain validation rules. It processes the quaternion data (4-element array) according to defined algorithms to derive angular outputs. Ensure your input array meets the required structure and constraints before using this library for accurate results.

Homepage

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on algo_angle