Expand description
The low-level datatypes that components are built from.
They all implement the Datatype trait.
Structs
- Datatype: Annotation info annotating a class id or key-point id.
- Datatype: The description of a semantic Class.
- Datatype: A helper type for mapping class IDs to class descriptions.
- Datatype: A 16-bit ID representing a type of semantic class.
- Datatype: A single-precision 32-bit IEEE 754 floating point number.
- Datatype: A 16-bit ID representing a type of semantic keypoint within a class.
- Datatype: A connection between two
Keypoints. - Datatype: A 3x3 Matrix.
- Datatype: A 4x4 Matrix.
- Datatype: Material properties of a mesh.
- Datatype: Optional triangle indices for a mesh.
- Datatype: A Quaternion represented by 4 real numbers.
- Datatype: An RGBA color with unmultiplied/separate alpha, in sRGB gamma space with linear alpha.
- Datatype: 3D rotation represented by a rotation around a given axis.
- Datatype: A multi-dimensional
Tensorof data. - Datatype: A single dimension within a multi-dimensional tensor.
- Datatype: Representation of an affine transform via a 3x3 affine matrix paired with a translation.
- Datatype: Representation of an affine transform via separate translation, rotation & scale.
- Datatype: A uint32 vector in 2D space.
- Datatype: A uint32 vector in 3D space.
- Datatype: A uint vector in 4D space.
- Datatype: A string of text, encoded as UTF-8.
- Datatype: A vector in 2D space.
- Datatype: A vector in 3D space.
- Datatype: A vector in 4D space.
Enums
- Datatype: Angle in either radians or degrees.
- Datatype: A 3D rotation.
- Datatype: 3D scaling factor, part of a transform representation.
- Datatype: The underlying storage for a
Tensor. - Datatype: Representation of a 3D affine transform.