@@ -93,10 +93,11 @@ /** * @brief Transforms the specified vectors in-place according to the matrix. * * @param vectors The vectors to transform + * @param count The count of the specified vectors */ - (void)transformVectors: (OFVector4D *)vectors count: (size_t)count; @end OF_ASSUME_NONNULL_END