Show / Hide Table of Contents

Interface IIntersection

Namespace: Experior.Core.Parts
Assembly: Experior.Core.dll
Syntax
public interface IIntersection

Properties

Height

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

Length

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

Orientation

Declaration
Matrix4x4 Orientation { get; }
Property Value
Type Description
System.Numerics.Matrix4x4

Position

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

Width

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

Methods

SegmentIntersect(Vector3)

Declaration
Intersection SegmentIntersect(Vector3 position)
Parameters
Type Name Description
System.Numerics.Vector3 position
Returns
Type Description
Intersection
Back to top Generated by DocFX