SetRotation()

Camera::SetRotation(float, float, float) method

A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. If any of coordinate value is std::numeric_limits::quiet_NaN(), all rotation is undefined.

void Aspose::Slides::Camera::SetRotation(float latitude, float longitude, float revolution) override

See Also