Bug 285 - Dividing by zero in length with a second operation is inaccurate
Summary: Dividing by zero in length with a second operation is inaccurate
Status: CONFIRMED
Alias: None
Product: Group 7
Classification: Unclassified
Component: Vector (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- minor
Assignee: chiatskuo2-c
URL:
Depends on:
Blocks:
 
Reported: 2019-10-25 09:46 HKT by aamcvay2-c
Modified: 2019-10-25 09:46 HKT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aamcvay2-c 2019-10-25 09:46:36 HKT
steps to reproduce
1. divide, setlength, or scale to zero
2. attempt to use the vector in a add or subtract

When setting the length of a vector to zero the vectors components expands to infinity. This should instead be set to a zero zero vector, so future math involving the vector is correct.