Vector3Transform Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberTransform(Vector3, Matrix)
Transforms a 3D vector by the given Matrix.
Public methodStatic memberTransform(Vector3, Quaternion)
Transforms a 3D vector by the given Quaternion rotation.
Public methodStatic memberTransform(Vector3, Matrix)
Transforms an array of 3D vectors by the given Matrix.
Public methodStatic memberTransform(Vector3, Quaternion)
Transforms an array of 3D vectors by the given Quaternion rotation.
Public methodStatic memberTransform(Vector3, Matrix, Vector4)
Transforms a 3D vector by the given Matrix.
Public methodStatic memberTransform(Vector3, Quaternion, Vector4)
Transforms a 3D vector by the given Quaternion rotation.
Public methodStatic memberTransform(Vector3, Matrix, Vector4)
Transforms an array of 3D vectors by the given Matrix.
Public methodStatic memberTransform(Vector3*, Matrix*, Vector4*, Int32)
Transforms an array of 3D vectors by the given Matrix.
Public methodStatic memberTransform(Vector3, Matrix, Vector4, Int32, Int32)
Transforms an array of 3D vectors by the given Matrix.
Public methodStatic memberTransform(Vector3*, Int32, Matrix*, Vector4*, Int32, Int32)
Transforms an array of 3D vectors by the given Matrix.
Top
See Also

Reference