From: <no...@so...> - 2002-05-10 21:02:01
|
Task #54016 has been updated. Project: Generic Graphics Toolkit Subproject: GMTL Summary: VecBase weirdness Complete: 0% Status: Open Authority : subatomic Assigned to: subatomic, nonchocoboy, allenb Description: when doing Point + Vec it returns a VecBase Passing this VecBase for example to Plane::distance gives a compiler error, because it doesn't know about VecBase do we want to do anything to fix this? Point + Vec always returns a point. so vecbase might not be quite right anyway. also.. Vec + Point is probably invalid (can't offset by a point, it isn't an offset). ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=54016&group_id=43735&group_project_id=16299 |