toNative static method
Implementation
static Vector3dNative toNative(Vector3d obj) {
return _Vector3dNativeInit(
obj.x,
obj.y,
obj.z,
);
}
static Vector3dNative toNative(Vector3d obj) {
return _Vector3dNativeInit(
obj.x,
obj.y,
obj.z,
);
}