Click or drag to resize

Vector4Transform Method

Overload List
  NameDescription
Public methodStatic memberTransform(Vector2, Matrix)
Creates a new Vector4 that contains a transformation of 2d-vector by the specified Matrix.
Public methodStatic memberTransform(Vector3, Matrix)
Creates a new Vector4 that contains a transformation of 3d-vector by the specified Matrix.
Public methodStatic memberTransform(Vector4, Matrix)
Creates a new Vector4 that contains a transformation of 4d-vector by the specified Matrix.
Top
See Also