Contents

*(_:_:)

Returns a point with each element mulitplied by a scalar value.

Declaration

static func * (lhs: Point3DFloat, rhs: Float) -> Point3DFloat

Parameters

  • lhs:

    The first value.

  • rhs:

    The second value.