Operator implicit operator
implicit operator BodyFrame(RigidTransform)
Implicit cast that converts the given RigidTransform to a BodyFrame.
Declaration
public static implicit operator BodyFrame(RigidTransform transform)
Parameters
Type | Name | Description |
---|---|---|
RigidTransform | transform | The transform. |
Returns
Type | Description |
---|---|
BodyFrame | The result of the operation. |