*(_:_:)
Returns the ray that results from applying the pose to the ray.
Declaration
static func * (lhs: Pose3D, rhs: Ray3D) -> Ray3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns the ray that results from applying the pose to the ray.
static func * (lhs: Pose3D, rhs: Ray3D) -> Ray3DThe left-hand-side value.
The right-hand-side value.