Helper functions
resolution_conversion(resolution)
Converts the given resolution so that there are odd number of points along each axis.
| Parameters: |
|
|---|
| Returns: |
|
|---|
smarter_reshape(pattern, resolution)
Converts the Signed Distance field point cloud into a grid.
| Parameters: |
|
|---|
| Returns: |
|
|---|
vector_smarter_reshape(pattern, resolution)
Converts a vector field point cloud into a grid.
| Parameters: |
|
|---|
| Returns: |
|
|---|
nd_vector_smarter_reshape(pattern, resolution)
Converts an n-dimensional vector field point cloud into a grid.
| Parameters: |
|
|---|
| Returns: |
|
|---|