Search Unity

math libraries for unity

Discussion in 'Scripting' started by HersheyZombie, Apr 7, 2008.

  1. HersheyZombie

    HersheyZombie

    Joined:
    Feb 20, 2008
    Posts:
    5
    how do i call mathematical operations like absolute value? is there a file i need to include to use Math.abs() ?
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    Look up "Mathf" in the docs.

    --Eric