You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="ortho">The ortho matrix to multiply with rhs.</param>
142
143
/// <param name="rhs">A matrix to be multiply to perspective.</param>
143
144
/// <param name="centered">If true, it means that right and left are equivalently distant from center and similarly top/bottom are equivalently distant from center.</param>
145
+
/// <returns>Returns the matrix that is the result of the multiplication.</returns>
/// <param name="projMatrix">The projection matrix to multiply with rhs.</param>
155
157
/// <param name="rhs">A matrix to be multiply to perspective.</param>
156
158
/// <param name="orthoCentered">If true, the projection matrix is a centered ( right+left == top+bottom == 0) orthographic projection, otherwise it is a perspective matrix..</param>
159
+
/// <returns>Returns the matrix that is the result of the multiplication.</returns>
0 commit comments