Defines a collection of rotation angles in
radians, one for each marker in the batch.
[Visual Basic .NET] |
---|
Public Sub SetRotations( _
ByRef RotationAngles As System.Array _
)
|
[C#] |
---|
public void SetRotations(
|
[Managed C++] |
---|
public: void SetRotations(
|
[Java] |
---|
public setRotations(
|
[Unmanaged C++] |
---|
public: HRESULT SetRotations(
|
- RotationAngles
- An array containing a rotation angle for each marker in the
batch. There must be one rotation angle for each position passed to
the Marker
Batch Primitive's
Set
orSetPartial
method.
Positive rotation angles rotate counter-clockwise in screen-space.
Per-marker rotation angles override the per-batch rotation angle. Therefore, when per-marker rotation angles are defined with this method, MarkerBatchPrimitive.Rotation is not used.
Shows the format of
the RotationAngles parameter when setting per marker rotations.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the RotationAngles parameter when setting per marker rotations.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|