PosePoint Constructor

Create a PosePoint

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public PosePoint(
	float x,
	float y,
	float z,
	bool valid,
	bool estimated,
	float quality
)

Parameters

x  Single
X coordinate
y  Single
Y coordinate
z  Single
Z coordinate
valid  Boolean
True if the point is "valid"
estimated  Boolean
True if the point was estimated on the basis of other points
quality  Single
Quality of the point between 0 and 1

See Also