io.github.srs.model.illumination.model
Members list
Type members
Classlikes
Object containing utility methods for working with cells in a grid-based environment.
Object containing utility methods for working with cells in a grid-based environment.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Cell.type
Grid dimensions for illumination calculations
Grid dimensions for illumination calculations
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Light field representing illumination values in a grid.
Light field representing illumination values in a grid.
Value parameters
- data
-
A flat ArraySeq containing the illumination values, indexed row-major.
- dims
-
Dimensions of the grid.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LightField.type
Companion object providing utility methods and extensions for working with ScaleFactor.
Companion object providing utility methods and extensions for working with ScaleFactor.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScaleFactor.type
Types
Represents a rectangular 2D grid.
Represents a rectangular 2D grid.
Value parameters
- A
-
The type of elements stored in the grid.
Attributes
Represents a scale factor (in cells per meter) used to convert world coordinates.
Represents a scale factor (in cells per meter) used to convert world coordinates.