Struct Line3
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public struct Line3
Constructors
| Improve this Doc View SourceLine3(Vector3, Vector3)
Declaration
public Line3(Vector3 a, Vector3 b)
Parameters
Type | Name | Description |
---|---|---|
OpenToolkit.Mathematics.Vector3 | a | |
OpenToolkit.Mathematics.Vector3 | b |
Fields
| Improve this Doc View SourceA
Declaration
public Vector3 A
Field Value
Type | Description |
---|---|
OpenToolkit.Mathematics.Vector3 |
B
Declaration
public Vector3 B
Field Value
Type | Description |
---|---|
OpenToolkit.Mathematics.Vector3 |