pub struct View {
pub center_camera: Vec3,
pub rotation: EulerAxisRotation,
pub scale: f64,
}Expand description
Other data which is dependant on the Attractor.
Fields§
§center_camera: Vec3The position to center the camera on
Is highly related to which coefficients are chosen
rotation: EulerAxisRotation§scale: f64General viewing scale. Increase this to zoom in more.