| Matrix4Multiply Operator (Matrix4, Ray) | 
 
            Translates the ray coordinates to the space defined by a matrix.
            
 
    Namespace: 
   NeoAxis
    Assembly:
   NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic static Ray operator *(
	Matrix4 m,
	Ray r
)
Parameters
- m
- Type: NeoAxisMatrix4
 The given matrix.
- r
- Type: NeoAxisRay
 The given ray.
Return Value
Type: 
RayThe translated ray.
 See Also
See Also