liblaf.jarp.warp.types
¶
Convenience accessors for Warp scalar, vector, and matrix dtypes.
Functions:
-
__getattr__–Resolve dynamic shorthand names such as
floating,vec3, ormat33. -
matrix–Build a Warp matrix dtype using the default floating scalar type.
-
vector–Build a Warp vector dtype using the default floating scalar type.
Attributes:
-
floating(type) – -
mat22(type) – -
mat33(type) – -
mat44(type) – -
vec2(type) – -
vec3(type) – -
vec4(type) –
__getattr__
¶
Resolve dynamic shorthand names such as floating, vec3, or mat33.