C# Class IMLD.MixedRealityAnalysis.Core.VisContainer

This class stores information about a VisAnchor.
显示文件 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_oe property

The id of the container.
public int Id
return int

Orientation public_oe property

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

ParentId public_oe property

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

Position public_oe property

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

Scale public_oe property

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