-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
As mentioned in stackgl/gl-vec2#3, some of the stackgl modules are a bit behind. gl-matrix has the following functions this module lacks. See: http://glmatrix.net/docs/module-vec3.html
Not necessary to add them all…… but then it makes it much easier to switch back and forth and know what to expect, so maybe does make sense to add them all.
- Aliases
- sub (Add functions #5)
- mul (Add functions #5)
- div (Add functions #5)
- dist (Add functions #5)
- sqrDist (Add functions #5)
- len (Add functions #5)
- sqrLen (Add functions #5)
Math
functions- ceil (Add functions #5)
- floor (Add functions #5)
- round (Add functions #5)
- Interpolation
- hermite
- bezier
- String
- str (see: .str() gl-vec2#12)
- Equality
- exactEquals (Add functions #5)
- equals (Add functions #5)
Metadata
Metadata
Assignees
Labels
No labels