Struct LineUtil.Line
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Assembly: cs.temp.dll.dll
Syntax
Constructors
Line(in Vector3, in Vector3)
Declaration
public Line(in Vector3 p0, in Vector3 p1)
Parameters
Type |
Name |
Description |
Vector3 |
p0 |
|
Vector3 |
p1 |
|
Properties
DirectionA2B
Declaration
public readonly Vector3 DirectionA2B { get; }
Property Value
DirectionB2A
Declaration
public readonly Vector3 DirectionB2A { get; }
Property Value
Mag
Declaration
public readonly float Mag { get; }
Property Value
Type |
Description |
System.Single |
|
P0
Declaration
public readonly Vector3 P0 { get; }
Property Value
P1
Declaration
public readonly Vector3 P1 { get; }
Property Value
SqrMag
Declaration
public readonly float SqrMag { get; }
Property Value
Type |
Description |
System.Single |
|
VecA2B
Declaration
public readonly Vector3 VecA2B { get; }
Property Value
VecB2A
Declaration
public readonly Vector3 VecB2A { get; }
Property Value