*(_:_:)
Returns the point that results from applying the projective transform to the point.
Declaration
static func * (lhs: ProjectiveTransform3D, rhs: Point3D) -> Point3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns the point that results from applying the projective transform to the point.
static func * (lhs: ProjectiveTransform3D, rhs: Point3D) -> Point3DThe left-hand-side value.
The right-hand-side value.