*(_:_:)
Returns the vector that results from applying the transform to the vector.
Declaration
static func * (lhs: AffineTransform3DFloat, rhs: Vector3DFloat) -> Vector3DFloatParameters
- lhs:
The first value.
- rhs:
The second value.
Returns the vector that results from applying the transform to the vector.
static func * (lhs: AffineTransform3DFloat, rhs: Vector3DFloat) -> Vector3DFloatThe first value.
The second value.