Contents

*(_:_:)

Returns the product of two projective transforms.

Declaration

static func * (lhs: ProjectiveTransform3DFloat, rhs: ProjectiveTransform3DFloat) -> ProjectiveTransform3DFloat

Parameters

  • lhs:

    The first value.

  • rhs:

    The second value.