Ignore:
Timestamp:
Dec 13, 2019, 7:54:05 PM (4 years ago)
Author:
Dmitry Kobets <dkobets@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
0f4527d
Parents:
7799f79
Message:

Add vector division and multiplication to vec3 + tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/vector/.expect/vec3_float.txt

    r7799f79 rae09808  
    1414s*v:<4.5,8.25,300.9>
    1515?*=?:<4.5,8.25,300.9>
     16?*?(vec):<2.,6.,13.5>
     17?*=?(vec):<2.,6.,13.5>
    1618?/?:<0.666667,-0.0333333,15.>
    1719?/=?:<0.666667,-0.0333333,15.>
     20?/?(vec):<1.,-0.0333333,0.666667>
     21?/=?(vec):<1.,-0.0333333,0.666667>
    1822dot_1:0.
    1923dot_2:37.8
Note: See TracChangeset for help on using the changeset viewer.