C# Class IMLD.MixedRealityAnalysis.Core.VisContainer

This class stores information about a VisAnchor.
Show file Open project: imldresden/miria Class Usage Examples

Public Properties

Property Type Description
Id int
Orientation float[]
ParentId int
Position float[]
Scale float[]

Property Details

Id public property

The id of the container.
public int Id
return int

Orientation public property

An array of floats representing the quaternion of the orientation of the container.
public float[] Orientation
return float[]

ParentId public property

The parent's id of this container. -1 if this container has no parent.
public int ParentId
return int

Position public property

An array of floats representing the position vector of the container.
public float[] Position
return float[]

Scale public property

An array of floats representing the scale vector of the container.
public float[] Scale
return float[]