WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: farshizzo
Forum: Vizard 09-22-2009, 11:01 AM
Replies: 3
Views: 8,578
Posted By farshizzo
If you have a list of 16 values representing the...

If you have a list of 16 values representing the 4x4 matrix, then you can initialize a viz.Matrix object with it:matrix_data = [1,2,3,...,16] # 4x4 matrix values

m = viz.Matrix(matrix_data)...
Forum: Vizard 09-17-2009, 05:54 PM
Replies: 3
Views: 8,578
Posted By farshizzo
You can use the vizmat.Interpolate function to...

You can use the vizmat.Interpolate function to linearly interpolate between the position values of the matrix:pos = vizmat.Interpolate(pos1,pos2,0.5)

You can also use the vizmat.slerp function to...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -7. The time now is 02:56 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC