Contents

*(_:_:)

Returns a new vector after applying the pose to the vector.

Declaration

static func * (lhs: Pose3D, rhs: Vector3D) -> Vector3D

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Applying arithmetic operations