c# extension methods for tyFlow class
#1
Hey Tyson,

Even though we cannot add extension methods to the existing classes in tyflow (c# nested class problem..) do you know any workarround?
I'd like to get at least Point3, Matrix3 or Quat (float) values using indexes... ex: float value = Matrix3[1][1];
  Reply
#2
Index access is something I've been meaning to add. I'll make a note of it.
  Reply
#3
sweet Smile thanks! I created my own matrix class in the meantime...
  Reply
#4
Btw, I looked at my code and Point2/3/4 and Quat already have [ ] index access Smile

Matrix3 will be in the next build.
  Reply
#5
oh cool! I was focused on matrices, I didn't even notice Blush  thanks Tyson!
  Reply


Forum Jump: