My Project
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Static Public Member Functions | List of all members
UniExtensions.Vector3ExtensionMethods Class Reference

Static Public Member Functions

static Vector3 SmoothStep (this Vector3 from, Vector3 to, float t)
 Shortcut to perform smooth step interpolation from one vector to another. More...
 
static bool Near (this Vector3 origin, Vector3 test, float maxDistance=0.01f)
 

Member Function Documentation

static bool UniExtensions.Vector3ExtensionMethods.Near ( this Vector3  origin,
Vector3  test,
float  maxDistance = 0.01f 
)
inlinestatic
static Vector3 UniExtensions.Vector3ExtensionMethods.SmoothStep ( this Vector3  from,
Vector3  to,
float  t 
)
inlinestatic

Shortcut to perform smooth step interpolation from one vector to another.


The documentation for this class was generated from the following file: