*(_:_:)
Returns the point that results from applying the pose to the ray.
Declaration
static func * (lhs: Pose3DFloat, rhs: Ray3DFloat) -> Ray3DFloatParameters
- lhs:
The first value.
- rhs:
The second value.
Returns the point that results from applying the pose to the ray.
static func * (lhs: Pose3DFloat, rhs: Ray3DFloat) -> Ray3DFloatThe first value.
The second value.