FAST SDK Coding Reference 1.0.3
Loading...
Searching...
No Matches
XmlVector3 Struct Reference

A data structure to format the XML for Vector3 data, like the position of an FAST.AlignmentTransform. More...

Public Attributes

float x
 X-axis value, formatted as an XML attribute.
 
float y
 Y-axis value, formatted as an XML attribute.
 
float z
 Z-axis value, formatted as an XML attribute.
 

Detailed Description

A data structure to format the XML for Vector3 data, like the position of an FAST.AlignmentTransform.

See also
UnityEngine.Vector2

Member Data Documentation

◆ x

float x

X-axis value, formatted as an XML attribute.

◆ y

float y

Y-axis value, formatted as an XML attribute.

◆ z

float z

Z-axis value, formatted as an XML attribute.


The documentation for this struct was generated from the following file: