Basis Constructor (Vector3, Vector3, Vector3) |
Constructs a basis matrix from 3 axis vectors (matrix columns).
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Basis(
Vector3 column0,
Vector3 column1,
Vector3 column2
)
Parameters
- column0
- Type: GodotVector3
The X vector, or Column0. - column1
- Type: GodotVector3
The Y vector, or Column1. - column2
- Type: GodotVector3
The Z vector, or Column2.
See Also