Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
Loading...
Searching...
No Matches
vector3d.dart
Go to the documentation of this file.
1
import
'dart:ffi'
;
2
import
'package:navigine_sdk/com/_library_context.dart'
as __lib;
3
import
'package:navigine_sdk/com/builtin_types__conversion.dart'
;
4
5
part
'vector3d.impl.dart'
;
10
class
Vector3d
{
12
Vector3d
(this.
x
, this.
y
, this.
z
);
13
double
x
;
14
double
y
;
15
double
z
;
16
}
com
navigine
idl
vector3d.dart
Generated on Thu May 29 2025 21:18:52 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2