menu
dartcv_core package
documentation
dartcv_core.dart
ListPoint3fExtension
asVec method
asVec method
dark_mode
light_mode
asVec
method
VecPoint3f
asVec
(
)
Implementation
VecPoint3f asVec() => VecPoint3f.fromList(this);
dartcv_core package
documentation
dartcv_core
ListPoint3fExtension
asVec method
ListPoint3fExtension extension on
List
<
Point3f
>