Struct Geometry.ProjectionInfo
Represents the projection information.
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.Logic
Assembly: Oasys.Common.dll
Syntax
public struct ProjectionInfo
Constructors
ProjectionInfo(Boolean, Vector2, Vector2)
Initializes a new instance of the Geometry.ProjectionInfo struct.
Declaration
public ProjectionInfo(bool isOnSegment, Vector2 segmentPoint, Vector2 linePoint)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isOnSegment | if set to |
SharpDX.Vector2 | segmentPoint | The segment point. |
SharpDX.Vector2 | linePoint | The line point. |
Fields
IsOnSegment
The is on segment
Declaration
public bool IsOnSegment
Field Value
Type | Description |
---|---|
System.Boolean |
LinePoint
The line point
Declaration
public Vector2 LinePoint
Field Value
Type | Description |
---|---|
SharpDX.Vector2 |
SegmentPoint
The segment point
Declaration
public Vector2 SegmentPoint
Field Value
Type | Description |
---|---|
SharpDX.Vector2 |