com.simiacryptus.mindseye.art.util.ViewMask.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deepartist.org Show documentation
Show all versions of deepartist.org Show documentation
DeepArt Studio powered by MindsEye
The newest version!
package com.simiacryptus.mindseye.art.util
case class ViewMask
(
radius_min: Double = 0,
radius_max: Double = Double.PositiveInfinity,
x_min: Double = 0,
x_max: Double = Double.PositiveInfinity,
y_min: Double = 0,
y_max: Double = Double.PositiveInfinity
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy