Show / Hide Table of Contents

Interface ILine

Inherited Members
ISceneObject.Id
ISceneObject.Visible
ISceneObject.SceneLayer
Namespace: Experior.Rendering.Interfaces.Lines
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface ILine : ISceneObject

Properties

End

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

Start

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