Click or drag to resize

Vector3Transform Method (Vector3, Matrix)

Creates a new Vector3 that contains a transformation of 3d-vector by the specified Matrix.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public static Vector3 Transform(
	Vector3 position,
	Matrix matrix
)

Parameters

position
Type: SampSharp.Entities.SAMPVector3
Source Vector3.
matrix
Type: SampSharp.Entities.SAMPMatrix
The transformation Matrix.

Return Value

Type: Vector3
Transformed Vector3.
See Also