Opened 11 years ago

Closed 10 years ago

#1176 closed defect (fixed)

Incorrect equation for xFracC and yFracC

Reported by: peterderivaz Owned by:
Priority: minor Milestone: RExt D5
Component: RExt text Version: RExt D4 (N1005) v3
Keywords: Cc: davidf, joel, teruhiko, jct-vc@…

Description

In 8.5.3.3.3.1 xFracC and yFracC are defined in equations 8-198 and 8-199 as:

xFracC = mvLX[ 0 ] & 7
yFracC = mvLX[ 1 ] & 7

I believe these equations should use mvCLX not mvLX and become:

xFracC = mvCLX[ 0 ] & 7
yFracC = mvCLX[ 1 ] & 7

Change History (2)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc davidf joel teruhiko jct-vc@… added

comment:2 Changed 10 years ago by davidf

  • Milestone set to RExt D5
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in O1005v1

Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • Joel(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Peter de Rivaz(Reporter)
  • Teruhiko Suzuki(Subscriber)