Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The ParseRotationMatrixEntry function parses a string of three floats.
Syntax
NTSTATUS ParseRotationMatrixEntry(
[in] PUCHAR RotationEntry,
[in] USHORT Length,
[out] PVEC3D Data
);
Parameters
[in] RotationEntry
A string that represents three floats.
[in] Length
Length of the string.
[out] Data
Out buffer for floats.
Return value
This function returns NTSTATUS.
Requirements
| Requirement | Value |
|---|---|
| Header | sensorsdriversutils.h |