Rename Basis get_axis to get_column, remove redundant methods
This commit is contained in:
parent
d5d86cb26e
commit
fa7a7795f0
50 changed files with 285 additions and 305 deletions
|
|
@ -577,7 +577,7 @@ Plane XRAnchor3D::get_plane() const {
|
|||
Vector3 location = get_position();
|
||||
Basis orientation = get_transform().basis;
|
||||
|
||||
Plane plane(orientation.get_axis(1).normalized(), location);
|
||||
Plane plane(orientation.get_column(1).normalized(), location);
|
||||
|
||||
return plane;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue