'Declaration Public Overloads Sub Roll( _ ByVal angle As Double _ )
'Usage Dim instance As CADCamera Dim angle As Double instance.Roll(angle)
public void Roll( double angle )
public: void Roll( double angle )
Rolling the camera means: rotating the camera around it's "forward" axis.
Will invalidate camera's ImGearCADPage, so if viewing in a ImGearPageView you must do ImGearPageView.Update() to see changes.
CADCamera Class CADCamera Members Overload List
How can we improve?