![]() |
NDEVR
API Documentation
|
Options controlling which degrees of freedom are solved when computing a best-fit transform. More...
Public Attributes | |
| Buffer< Vertex< 3, fltp08 > > | a |
| Source point set for the transformation solve. | |
| Buffer< Vertex< 3, fltp08 > > | b |
| Target point set for the transformation solve. | |
| bool | solve_heading = true |
| Whether to solve for heading (yaw) rotation. | |
| bool | solve_offset_z = true |
| Whether to solve for XY translation offset. | |
| bool | solve_rotation = false |
| Whether to solve for full 3D rotation. | |
| bool | solve_scale = false |
| Whether to solve for uniform scale. | |
Options controlling which degrees of freedom are solved when computing a best-fit transform.
Definition at line 525 of file MatrixFunctions.h.
| bool MatrixFunctions::TransformSolveOptions::solve_offset_z = true |
Whether to solve for XY translation offset.
Whether to solve for Z translation offset.
Definition at line 530 of file MatrixFunctions.h.