X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=doc%2Fqcvm.1;h=de8633ffedff0e58c1088c1cc4a4c61f0a96cb8b;hp=332cce969802eabeed281a9336d3202b4b9a8caf;hb=cf676443cb122c5b583d601fd4874d14a8e84528;hpb=5779fea9b48cfb7cf50f6fe39fdd90175c454e25 diff --git a/doc/qcvm.1 b/doc/qcvm.1 index 332cce9..de8633f 100644 --- a/doc/qcvm.1 +++ b/doc/qcvm.1 @@ -123,6 +123,16 @@ Concatenate two strings, returning a tempstring. .in +8 Compare two strings. Returns the same as the corresponding C functions. .in + +.RI "12) " vector " normalize (" vector ") = " "#12" ; +.in +8 +Normalize a vector so its length is 1. +.in + +.RI "13) " float " sqrt (" float ") = " "#13" ; +.in +8 +Get a value's square root. +.in .SH BUGS Please report bugs on , or see on how to contact us.