| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
PID controller
Copy array
Shuffle array
Filter array unique
Fuzzy search element in list
Check if array contains
Linear color interpolation
Get quarter from date
Get quarter extent
Get all dates between two dates
Linear interpolation in 3D
Linear interpolation in 3D array
Distance between two points (2D and 3D)
Find intersection point between two lines
Find intersection points between two circles
Convert coordinates from polar to cartesian
Convert coordinates from cartesian to polar
Distance between two points (2D and 3D) squared
Distance between point and segment squared
Distance between point and segment
Map a number from one range to another
Clamp a number to range
Normalize a number
Linear interpolation
Square
Convert angle in radians to degrees
Convert angle in degrees to radians
Round number to precision
Copy object excluding property
Generate random number from range
Generate random direction (-1 or 1)
Generate random index
Generate random name
Generate timestamp name
Remove polish diacritics
Remove all non alphanumeric characters
Split string to N sized chunks
Convert string to custom separator case
Convert string to snake case
Convert string to kebab case
Convert string to camel case
PID controller
Set PID gains
Kind: instance method of PID
Params
Update PID controller
Kind: instance method of PID
Returns: number - Output value
Params
Copy array
Kind: global constant
Returns: Array - copy of the array
Params
Shuffle array
Kind: global constant
Returns: Array - shuffled array copy
Params
Filter array unique
Kind: global constant
Returns: Array - array with unique elements only
Params
Fuzzy search element in list
Kind: global constant
Returns: Array - elements matching search value
Params
Check if array contains
Kind: global constant
Returns: boolean - - true when element is in array
Params
Linear color interpolation
Kind: global constant
Returns: String - Interpolated color
Params
Get quarter from date
Kind: global constant
Returns: Array - year and quarter (1-4)
Params
Get quarter extent
Kind: global constant
Returns: Array - start and end date of quarter
Params
Get all dates between two dates
Kind: global constant
Returns: Array - all dates between start and end
Params
Linear interpolation in 3D
Kind: global constant
Returns: Point - Interpolated point
Params
Linear interpolation in 3D array
Kind: global constant
Returns: Array.<Point> - Interpolated points
Params
Distance between two points (2D and 3D)
Kind: global constant
Returns: Number - distance between the points
Params
Find intersection point between two lines
Kind: global constant
Returns: Point | Boolean - intersection or false (if no intersection)
Params
Find intersection points between two circles
Kind: global constant
Returns: Array | Boolean - intersection or false (if no intersection)
Params
Convert coordinates from polar to cartesian
Kind: global constant
Returns: Point - cartesian coordinates
Params
Convert coordinates from cartesian to polar
Kind: global constant
Returns: Object - polar coordinates
Params
Distance between two points (2D and 3D) squared
Kind: global constant
Returns: Number - squared distance between the points
Params
Distance between point and segment squared
Kind: global constant
Returns: Number - squared distance between the point and the segment
Params
Distance between point and segment
Kind: global constant
Returns: Number - distance between the point and the segment
Params
Map a number from one range to another
Kind: global constant
Returns: Number - Mapped number
Params
Clamp a number to range
Kind: global constant
Returns: Number - Clamped number
Params
Normalize a number
Kind: global constant
Returns: Number - normalized number (0.0 - 1.0)
Params
Linear interpolation
Kind: global constant
Returns: Number - Interpolated value
Params
Square
Kind: global constant
Returns: Number - squared number
Params
Convert angle in radians to degrees
Kind: global constant
Returns: Number - angle in degrees
Params
Convert angle in degrees to radians
Kind: global constant
Returns: Number - angle in radians
Params
Round number to precision
Kind: global constant
Returns: Number - rounded number
Params
Copy object excluding property
Kind: global constant
Returns: Object - - copied object
Params
Generate random number from range
Kind: global constant
Returns: Number - Random number
Params
Generate random direction (-1 or 1)
Kind: global constant
Returns: Number - Random direction
Generate random index
Kind: global constant
Returns: Number - random index
Params
Generate random name
Kind: global constant
Returns: String - random name
Params
Generate timestamp name
Kind: global constant
Returns: String - timestamp name
Remove polish diacritics
Kind: global constant
Returns: String - string without diacritics
Params
Remove all non alphanumeric characters
Kind: global constant
Returns: String - string without non alphanumeric characters
Params
Split string to N sized chunks
Kind: global constant
Returns: Array - array of string chunks
Params
Convert string to custom separator case
Kind: global constant
Returns: string - custom cased string
Params
Convert string to snake case
Kind: global constant
Returns: string - snake cased string
Params
Convert string to kebab case
Kind: global constant
Returns: string - kebab cased string
Params
Convert string to camel case
Kind: global constant
Returns: string - camel cased string
Params
Kind: global typedef
Properties
Kind: global typedef
Properties
Copyright © 2024 panGenerator
| Back | FazBrowse Home | New Git URL |