For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo struct
CoordinateTransformationMode
struct CoordinateTransformationMode
Fieldsβ
- βvalue (
Int):
Implemented traitsβ
AnyType,
Copyable,
ImplicitlyCopyable,
ImplicitlyDeletable,
Movable
comptime membersβ
AlignCornersβ
comptime AlignCorners = CoordinateTransformationMode(1)
Asymmetricβ
comptime Asymmetric = CoordinateTransformationMode(2)
HalfPixelβ
comptime HalfPixel = CoordinateTransformationMode(0)
HalfPixel1Dβ
comptime HalfPixel1D = CoordinateTransformationMode(3)
Methodsβ
__init__β
def __init__(out self, value: Int)
__eq__β
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!