Re: Matrix4x4 proposal

On 20/01/2012, at 11:03 PM, Kristian Sons wrote:

> Hi,
> 
>> // The value of angle is in radians.
>>     void rotateAxisAngle(in double x,
>>                          in double y,
>>                          in double z,
>>                          in double angle);
> 
> I didn't follow the discussion from the beginning, so this might be already discussed:
> In the CSSMatrix proposal, all angles are in degrees. Also SVG uses degrees in interfaces. Do you want to change to radians?

We agreed to stick with degrees. I need to post an updated proposal.

Dean

Received on Monday, 23 January 2012 23:58:03 UTC