Skip to content

Commit 5e58f6b

Browse files
bors[bot]parasyte
andauthored
Merge #866
866: Remove stray word in Transform docs. r=Bromeon a=parasyte Found this while working on something else. Co-authored-by: Jay Oster <[email protected]>
2 parents 508a7ca + 1b21e9c commit 5e58f6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gdnative-core/src/core_types/geom/transform.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ use crate::core_types::{Basis, Vector3};
55
/// Affine 3D transform (3x4 matrix).
66
///
77
/// Used for 3D linear transformations. Uses a basis + origin representation.
8-
/// The
98
///
109
/// Expressed as a 3x4 matrix, this transform consists of 3 basis (column) vectors `a`, `b`, `c`
1110
/// as well as an origin `o`; more information in [`Self::from_basis_origin()`]:

0 commit comments

Comments
 (0)