Version: 2022.3
언어: 한국어
public static Matrix4x4 operator * (Matrix4x4 lhs, Matrix4x4 rhs);

설명

Multiplies two matrices.

The returned result is lhs * rhs.


public static Vector4 operator * (Matrix4x4 lhs, Vector4 vector);

설명

Transforms a Vector4 by a matrix.