SharpPlot Reference > SharpPlot Methods > SetViewpoint Method SharpPlot.SetViewpoint Method
Set 3D viewpoint given a set of roll,pitch,yaw values.
public void SetViewpoint(
double roll,
double pitch,
double yaw
);
Example
sp.SetViewpoint(40,30,40);
See also ...SharpPlot Members
Send comments on this topic © Dyalog Ltd 2016
|