concepts.math.frame_utils_xyzw.calc_transformation_matrix_from_plane_equation#
- calc_transformation_matrix_from_plane_equation(a, b, c, d)[source]#
Compute the transformation matrix from a plane equation.
- Parameters:
a – the plane equation parameters.
b – the plane equation parameters.
c – the plane equation parameters.
d – the plane equation parameters.
- Returns:
a 4x4 transformation matrix.