More actions
m PenguinEncounter moved page User:PenguinEncounter/Vector/MethodIndex to Vector/MethodIndex: Move to mainspace from user draft |
Update index: `floor`, `ceil`, `reset`, `applyFunc` Tag: 2017 source edit |
||
Line 33: | Line 33: | ||
|- | |- | ||
| [[#toDeg|toDeg]] || Returns a copy of this vector, converted to degrees. | | [[#toDeg|toDeg]] || Returns a copy of this vector, converted to degrees. | ||
|- | |||
| [[#floor|floor]] ''in-place'' || Floors the components of the vector. | |||
|- | |||
| [[#ceil|ceil]] ''in-place'' || Ceilings the components of the vector. | |||
|- | |- | ||
| [[#copy|copy]] || Returns a copy of this vector. | | [[#copy|copy]] || Returns a copy of this vector. | ||
|- | |- | ||
| [[#set|set]] ''in-place'' || Assigns the values from another vector to this one.</includeonly><noinclude> | | [[#set|set]] ''in-place'' || Assigns the values from another vector to this one. | ||
|- | |||
| [[#reset|reset]] ''in-place'' || Sets the components of this vector to 0. | |||
|- | |||
| [[#applyFunc|applyFunc]] ''in-place'' || Apply a function to the components of this vector.</includeonly><noinclude> | |||
{{Notice/Warning|This page is required to be transcluded into a table to function.}} | {{Notice/Warning|This page is required to be transcluded into a table to function.}} | ||
</noinclude> | </noinclude> |
Revision as of 04:23, 29 October 2024
This page is required to be transcluded into a table to function.