class documentation
class OrthographicProjectionMetadata(DynamicEmbeddedDocument, fol._HasMedia): (source)
Class for storing metadata about orthographic projections.
Parameters | |
filepath | the path to the orthographic projection on disk |
min | the [xmin, ymin] of the image in the projection plane |
max | the [xmax, ymax] of the image in the projection plane |
normal | the normal vector of the plane onto which the projection was performed. If not specified, [0, 0, 1] is assumed |
width | the width of the image, in pixels |
height | the height of the image, in pixels |
Class Variable | filepath |
Undocumented |
Class Variable | height |
Undocumented |
Class Variable | max |
Undocumented |
Class Variable | min |
Undocumented |
Class Variable | normal |
Undocumented |
Class Variable | width |
Undocumented |
Constant | _MEDIA |
Undocumented |