Skip to content

Instantly share code, notes, and snippets.

@neildanson
Created November 6, 2012 22:06
Show Gist options
  • Save neildanson/4027921 to your computer and use it in GitHub Desktop.
Save neildanson/4027921 to your computer and use it in GitHub Desktop.
Type declarations
type Ray(position : Vector3D, direction:Vector3D) =
member ray.Position = position
member ray.Direction = direction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment