Interface IIntersection
Assembly: Experior.Core.dll
Syntax
public interface IIntersection
Properties
Height
Declaration
Property Value
Type |
Description |
System.Single |
|
Length
Declaration
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
Property Value
Type |
Description |
System.Single |
|
Methods
SegmentIntersect(Vector3)
Declaration
Intersection SegmentIntersect(Vector3 position)
Parameters
Type |
Name |
Description |
System.Numerics.Vector3 |
position |
|
Returns