Finds the closest point in a collection
Point and points collection to find the closest point in
Closest point
Measures the closest distance between a point and a collection of points
Point from which to measure and points to measure the distance against
Distance to closest point
Finds the closest point index between a point and a collection of points. Caution, index is not 0 based, it starts with 1.
Point from which to find the index in a collection of points
Closest point index
Finds the distance between two points
Coordinates of start and end points
Distance
Finds the distances between the start point and multiple end points
Coordinates of start and end points
Distances
Get x coordinate of the point
The point
X coordinate
Get y coordinate of the point
The point
Y coordinate
Get z coordinate of the point
The point
Z coordinate
Creates a flat point grid on XY plane. This grid contains center points for hexagons of the given radius. Be aware that we control only the nr of hexagons to be made and not the length and width of the grid.
Information about hexagon and the grid
Points in the array on the grid
Multiply point by a specified amount
The point to be multiplied and the amount of points to create
Distance
Creates the xy point
xy information
point 3d
Creates the xyz point
xyz information
point 3d
Removes consecutive duplicates from the point array with tolerance
points, tolerance and check first and last
Points in the array without consecutive duplicates
Rotate multiple points by providing center point, axis and degrees of rotation
Contains points, axis, center point and angle of rotation
Rotated points
Scale multiple points by providing center point and x, y, z scale factors
Contains points, center point and scale factors
Scaled points
Transforms the single point
Contains a point and the transformations to apply
Transformed point
Transforms multiple points
Contains points and the transformations to apply
Transformed points
Transforms multiple points by multiple transformations
Contains points and the transformations to apply
Transformed points
Translate multiple points
Contains points and the translation vector
Translated points
Translate multiple points
Contains points and the translation vector
Translated points
Translate multiple points by x, y, z values provided
Contains points and the translation in x y and z
Translated points
Generated using TypeDoc
Get average point of points
extract
average point
true