Page MenuHomeFeedback Tracker

[Feature Request] New vector operation commands: vectorDiff2D/vectorAdd2D
Closed, ResolvedPublic

Description

2D vector operations are just as important as the 3D ones and having individual commands for them is very useful for faster vector operations.

Command syntax:

vector1 vectorDiff2D/vectorAdd2D vector2

vector1: 2D or 3D vector (Z component is ignored)
vector2: 2D or 3D vector (Z component is ignored)

return: 3D vector with Z=0

Example of usage: vector operations on UI elements or map.

Details

Severity
Feature
Resolution
Fixed
Reproducibility
N/A
Operating System
Windows 7
Category
Feature Request
Additional Information

Event Timeline

Leopard20 renamed this task from [Feature Request] New vector operation command: vectorDiff2D to [Feature Request] New vector operation commands: vectorDiff2D/vectorAdd2D.Jul 13 2020, 7:57 PM
Leopard20 updated the task description. (Show Details)
Leopard20 edited Additional Information. (Show Details)
Leopard20 updated the task description. (Show Details)Jul 13 2020, 8:01 PM
Leopard20 edited Additional Information. (Show Details)Jul 13 2020, 8:10 PM

Added support for 2d vectors in 1.99.146539

BIS_fnc_KK closed this task as Resolved.Jul 19 2020, 6:18 PM
BIS_fnc_KK changed Resolution from Open to Fixed.

@BIS_fnc_KK
Is vectorAdd supported too? I didn't see the change note on the wiki (only vectorDiff is mentioned):
https://community.bistudio.com/wiki/vectorAdd
https://community.bistudio.com/wiki/vectorDiff

all vector commands