mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: document pub functions in text_rendering and m4/vector (#13961)
This commit is contained in:
@@ -22,6 +22,7 @@ pub mut:
|
||||
* Utility
|
||||
*
|
||||
*********************************************************************/
|
||||
// str returns a `string` representation of `Vec4`.
|
||||
pub fn (x Vec4) str() string {
|
||||
return '|${x.e[0]:-6.3},${x.e[1]:-6.3},${x.e[2]:-6.3},${x.e[3]:-6.3}|'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user