AboutDownloadsSource CodeIssues
Date:
2010-03-30 14:42
Priority:
3
State:
Open
Submitted by:
Christopher Bruns (cmbruns)
Assigned to:
Nobody (None)
Summary:
No scalar multiply on Vec3s

Detailed description
Making interactive spatial algebra more difficult.

from simbios.simtk import Vec3
Vec3(1,2,3) * 2.0

fails. But "Vec3(1,2,3)/0.5" does work.

Presumably the wrapper code includes an overzealous removal of operator*()

Add A Comment: Notepad

No Comments Have Been Posted

No Changes Have Been Made to This Item

Feedback