Struct ProjectionInfo
Holds info for the ProjectOn method.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Oasys.Common.Extensions
Assembly: Oasys.Common.dll
Syntax
public struct ProjectionInfo
Fields
IsOnSegment
Returns if the point is on the segment
Declaration
public bool IsOnSegment
Field Value
Type | Description |
---|---|
System.Boolean |
LinePoint
Line point
Declaration
public Vector2 LinePoint
Field Value
Type | Description |
---|---|
SharpDX.Vector2 |
SegmentPoint
Segment point
Declaration
public Vector2 SegmentPoint
Field Value
Type | Description |
---|---|
SharpDX.Vector2 |