Class WriteExtensions
Static class that contains various extension methods that allow writing data types to a buffer.
Namespace: Unity.Kinematica
Assembly: solution.dll
Syntax
public static class WriteExtensions
Methods
Name | Description |
---|---|
Write(Buffer, SamplingTime) | Writes a sampling time to the buffer. |
Write(Buffer, TimeIndex) | Writes a time index to the buffer. |
Write(Buffer, AffineTransform) | Writes an affine transform to the buffer. |
WriteQuantized(Buffer, AffineTransform) | Writes an affine transform to the buffer. |