Skip to content

Instantly share code, notes, and snippets.

@nickdarnell
Created March 28, 2015 12:55
Show Gist options
  • Save nickdarnell/b568c142f89ea1a253d7 to your computer and use it in GitHub Desktop.
Save nickdarnell/b568c142f89ea1a253d7 to your computer and use it in GitHub Desktop.
%typemap(out) const Vector3& %{ $result = new Vector3(*$1); %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment