+(_:_:)
Adds the y-axis rotations for the specified values together and returns a new structure with the result.
Declaration
static func + (lhs: SpatialTemplateElementDirection, rhs: Angle2D) -> SpatialTemplateElementDirectionParameters
- lhs:
The first direction.
- rhs:
The second direction.
Return Value
A new direction type that combines the rotations from lhs and rhs.