0

GridLinesVisual3D

Anonymous 10 years ago 0
This discussion was imported from CodePlex

murray_b wrote at 2012-05-10 04:35:

Hi Objo

Can I please request you make widthDirection propery public on this class like the lengthDirection.

I would like to use it for placement of labels at all the grid intersections.

Thanks

Murray


murray_b wrote at 2012-05-10 05:01:

Actually don't worry. Another day of stupidity for me

I just found your code

 this.widthDirection = Vector3D.CrossProduct(this.Normal, this.lengthDirection);