I am trying to create a class that does a Dot-product; it returns an x, y and z value for a vector. I have implemented it so that I have to call it 3 times to get each value. Very inefficient!
Can I return an array from a class? I have been able to read an array into my class, but can't figure out how to write out to an array. Any recommendations would be greatly appreciated!
Thanks,
dnnymak
Can I return an array from a class? I have been able to read an array into my class, but can't figure out how to write out to an array. Any recommendations would be greatly appreciated!
Thanks,
dnnymak