Click or drag to resize

TransformXform Method

Returns a vector transformed (multiplied) by this transformation matrix.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 Xform(
	Vector3 v
)

Parameters

v
Type: GodotVector3
A vector to transform.

Return Value

Type: Vector3
The transformed vector.
See Also