Show / Hide Table of Contents

Interface IBoundingBox

Namespace: Experior.Rendering.Interfaces.Mesh
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface IBoundingBox

Properties

Height

Declaration
float Height { get; }
Property Value
Type Description
System.Single

Length

Declaration
float Length { get; }
Property Value
Type Description
System.Single

Max

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

Min

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

Size

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

Width

Declaration
float Width { get; }
Property Value
Type Description
System.Single

Methods

Intersect(Vector3, Vector3)

Declaration
bool Intersect(Vector3 rayOrigin, Vector3 rayDirection)
Parameters
Type Name Description
System.Numerics.Vector3 rayOrigin
System.Numerics.Vector3 rayDirection
Returns
Type Description
System.Boolean
Back to top Generated by DocFX