User contributions
From Sputnik Wiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 17:49, 10 August 2014 (diff | hist) Core Function RevHex (→Example)
- 17:48, 10 August 2014 (diff | hist) Core Function Reverse (→Example)
- 17:46, 10 August 2014 (diff | hist) Core Function UC (→Example)
- 17:45, 10 August 2014 (diff | hist) Core Function LC (→Example)
- 17:42, 10 August 2014 (diff | hist) Core Function SubStr
- 17:24, 10 August 2014 (diff | hist) Core Function IsIndexSet (→Remarks)
- 17:23, 10 August 2014 (diff | hist) Core Function IsKeySet (→Remarks)
- 16:54, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 16:11, 10 August 2014 (diff | hist) Switch (→@CaseState)
- 16:11, 10 August 2014 (diff | hist) Switch (→Example)
- 16:08, 10 August 2014 (diff | hist) Switch (→Remarks)
- 14:09, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 14:07, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 13:56, 10 August 2014 (diff | hist) N Core Function SmoothStep (Created page with "<pre> SmoothStep( <value1>, <value2>, <amount> ) </pre> === Description === Interpolates between two values using a cubic equation. === Parameters === ==== value1 ==== Sourc...")
- 13:55, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 13:50, 10 August 2014 (diff | hist) N Core Function Hermite (Created page with "<pre> Hermite( <value1>, <tangent1>, <value2>, <tangent2>, <amount> ) </pre> === Description === Performs a Hermite spline interpolation. === Parameters === ==== value1 ==== ...")
- 13:47, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 11:13, 10 August 2014 (diff | hist) N Core Function Distance (Created page with "<pre> Distance( <value1>, <value2> ) </pre> === Description === Calculates the absolute value of the difference of two values. === Parameters === ==== value1 ==== Source val...")
- 11:12, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 09:13, 10 August 2014 (diff | hist) N Core Function Distance3D (Created page with "<pre> Distance3D( <x1>, <y1>, <z1>, <x2>, <y2>, <z2> ) </pre> === Description === Finds the distance between two points on a 3D surface. === Parameters === ==== x1 ==== The ...")
- 09:12, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 09:09, 10 August 2014 (diff | hist) N Core Function Distance2D (Created page with "<pre> Distance2D( <x1>, <y1>, <x2>, <y2> ) </pre> === Description === Finds the distance between two points on a 2D surface. === Parameters === ==== x1 ==== The point on the...")
- 09:08, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 09:04, 10 August 2014 (diff | hist) N Core Function Angle2D (Created page with "<pre> Angle2D( <x1>, <y1>, <x2>, <y2> ) </pre> === Description === Calculates the angle of a line defined by two points on a 2D surface. === Parameters === ==== x1 ==== The ...")
- 09:01, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 08:50, 10 August 2014 (diff | hist) Core Function RandomSeed (→Example)
- 08:48, 10 August 2014 (diff | hist) Core Function RandomSeed
- 08:48, 10 August 2014 (diff | hist) Core Function RandomSeedSet
- 08:48, 10 August 2014 (diff | hist) Core Function RandomSeedSet
- 08:48, 10 August 2014 (diff | hist) N Core Function RandomSeedSet (Created page with "<pre> RandomSeedSet( <seed> ) </pre> === Description === Set the seed of Sputniks random number generator === Parameters === == seed == New seed to use for all future rando...")
- 08:42, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 08:31, 10 August 2014 (diff | hist) N Core Function CatmullRom (Created page with "<pre> CatmullRom( <value1>, <value2>, <value3>, <value4>, <amount> ) </pre> === Description === Performs a Catmull-Rom interpolation using the specified positions === Paramete...")
- 08:30, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 08:29, 10 August 2014 (diff | hist) N Core Function Barycentric (Created page with "<pre> Barycentric( <value1>, <value2>, <value3>, <amount1>, <amount2> ) </pre> === Description === Returns the Cartesian coordinate for one axis of a point that is defined by a...")
- 08:24, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 08:21, 10 August 2014 (diff | hist) N Core Function Gauss (Created page with "<pre> Gauss( <amplitude>, <x>, <y>, <radX>, <radY>, <sigmaX>, <sigmaY> ) </pre> === Description === Get the result of the Gaussian function. === Parameters === ==== amplitude...")
- 08:16, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 08:16, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 08:14, 10 August 2014 (diff | hist) N Core Function Wrap (Created page with "<pre> Clamp( <value>, <min>, <max> ) </pre> === Description === Clamps the specified value. === Parameters === ==== value ==== Number to check. ==== min ==== The min. ===...")
- 08:13, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 08:11, 10 August 2014 (diff | hist) N Core Function Mod2PI (Created page with "<pre> Mod2PI( <vale> ) </pre> === Description === Calculates the modulo 2*PI of the specified value. === Parameters === ==== value ==== The value. === Return Value === The...")
- 08:10, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 08:09, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 08:07, 10 August 2014 (diff | hist) Core Function Clamp (→Return Value)
- 08:06, 10 August 2014 (diff | hist) N Core Function Lerp (Created page with "<pre> Lerp( <from>, <to>, <amount> ) </pre> === Description === Interpolates between two values using a linear function by a given amount. === Parameters === ==== from ==== ...")
- 08:05, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 08:03, 10 August 2014 (diff | hist) N Core Function Clamp (Created page with "<pre> Clamp( <value>, <min>, <max> ) </pre> === Description === Clamps the specified value. === Parameters === ==== value ==== Number to check. ==== min ==== The minimum a...")
- 07:59, 10 August 2014 (diff | hist) Function Reference (→Math Functions)
- 07:04, 10 August 2014 (diff | hist) Macros (→Math)
- 07:04, 10 August 2014 (diff | hist) Macros (→Math)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)