﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
550	psSphereRotInvert enhancement	David.Robbins@…	Paul Price	"the function, psSphereRotInvert needs a little tweaking.  While it can work the
way that it is currently spec'd, I suggest the following:

Drop the return of psSphereRot* and either allow the function to return void or
bool.  Next, add a second argument to the function that is consistent with the
other functions.  Namely, make the first argument a psSphereRot *out.  ie,
psSphereRotInvert(psSphereRot *out, const psSphereRot *rot)  <-(I'd actually
change ""rot"" to ""in"").

Doing this would allow the user to call the function such as,
psSphereRotInvert(rot, rot)
and have the same functionality as the current spec.  HOWEVER, it would also
allow the user to keep both transformations which is especially useful when
doing transformations."	defect	closed	high		PSLib SDRS	unspecified	normal	fixed		
