From 455e142d37c993a0c80ff5241a10ae9327e46d43 Mon Sep 17 00:00:00 2001 From: George Marques Date: Fri, 17 Sep 2021 12:22:48 -0300 Subject: Allow comparing equality between builtin types and null --- doc/classes/Basis.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/classes/Basis.xml') diff --git a/doc/classes/Basis.xml b/doc/classes/Basis.xml index 8fab84d885..9d737ac93f 100644 --- a/doc/classes/Basis.xml +++ b/doc/classes/Basis.xml @@ -118,6 +118,11 @@ The up axis (+Y) points as close to the [code]up[/code] vector as possible while staying perpendicular to the forward axis. The resulting Basis is orthonormalized. The [code]target[/code] and [code]up[/code] vectors cannot be zero, and cannot be parallel to each other. + + + + + @@ -150,6 +155,11 @@ This operator multiplies all components of the [Basis], which scales it uniformly. + + + + + -- cgit v1.2.3