Euclidean Transformations
move_sdf(function_, move_vector)
Modifies the original SDF so that the origin is translated by the 'move_vector'.
| Parameters: |
|
|---|
| Returns: |
|
|---|
scale_sdf(function_, scale_factor)
Modifies the original SDF by scaling it by the 'scale_factor'.
| Parameters: |
|
|---|
Returns: Modified SDF.
rotate_sdf(function_, rotation_matrix)
Modifies the original SDF by rotating it by the 'rotation_matrix'.
| Parameters: |
|
|---|
| Returns: |
|
|---|
compound_euclidean_transform_sdf(function_, rotation_matrix, move_vector, scale_factor)
Apply the Euclidean transformations to the geometry (SDF).
| Parameters: |
|
|---|
| Returns: |
|
|---|