Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 765 Bytes

c_matrix3x4.md

File metadata and controls

8 lines (7 loc) · 765 Bytes

🐾 c_matrix3x4

Name function parameter Return type Description
get_matrix_value (int first_row, int second_row) bool
set_matrix_value (int first_row, int second_row, float value) void
set_origin c_vector3d void
get_origin c_vector3d