Contents

*(_:_:)

Returns the point that results from applying the affine transform to the point.

Declaration

static func * (lhs: AffineTransform3D, rhs: Point3D) -> Point3D

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Applying arithmetic operations