Vector3dImpl extension

on

Static Methods

fromNative(Vector3dNative native, {bool takeOwnership = true}) Vector3d

Available on Vector3d, provided by the Vector3dImpl extension

fromPointer(Pointer<Void> ptr, {bool needFree = true, bool takeOwnership = true}) Vector3d?

Available on Vector3d, provided by the Vector3dImpl extension

toNative(Vector3d obj) Vector3dNative

Available on Vector3d, provided by the Vector3dImpl extension

toPointer(Vector3d? val) Pointer<Void>

Available on Vector3d, provided by the Vector3dImpl extension