SharpPlot Reference > SharpPlot Methods > SetViewpoint Method SharpPlot.SetViewpoint Method
Set 3D viewpoint given a set of roll, pitch and yaw angles in degrees. They respectively are rotations around the X, Y and Z axes executed in that order.
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 2021
|