Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vector3d * Matrix3d

Status
Not open for further replies.

TheObserver

Programmer
Mar 26, 2002
91
US
Is there any functionality in javax.vecmath to allow for the multiplication of a Vector3d by a Matrix3d and vice-versa?

I can't seem to find anything about this in the javadocs. I'd like, if possible, to avoid having to define a Matrix3d and putting the Vector3d in there to allow a Matrix3d mul to occur.

Thanks for your time.
 
I'm not aware of a javax.vecmath package in the standard J2SE JDK. Where is it sourced from?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top