Show / Hide Table of Contents

Interface IRay

Namespace: Experior.Rendering.Interfaces
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface IRay

Properties

Direction

Declaration
Vector3 Direction { get; }
Property Value
Type Description
System.Numerics.Vector3

Origin

Declaration
Vector3 Origin { get; }
Property Value
Type Description
System.Numerics.Vector3
Back to top Generated by DocFX