Skip to content

Instantly share code, notes, and snippets.

@takashicompany
Created July 29, 2014 16:23
Show Gist options
  • Save takashicompany/3779ba45f5fb6dd9002e to your computer and use it in GitHub Desktop.
Save takashicompany/3779ba45f5fb6dd9002e to your computer and use it in GitHub Desktop.
var angle = 140; // Angle
var angleV3 = Quaternion.AngleAxis(angle, Vector3.forward) * Vector3.up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment