Struct T3DCut
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)
Assembly: VecMatrLib.dll
Syntax
Constructors
T3DCut(T3DPoint, T3DPoint)
Declaration
public T3DCut(T3DPoint startP, T3DPoint endP)
Parameters
Fields
P1
Declaration
Field Value
P2
Declaration
Field Value
Properties
Length
Declaration
public readonly double Length { get; }
Property Value
Type |
Description |
System.Double |
|
Tangent
Declaration
public readonly T3DPoint Tangent { get; }
Property Value
Methods
GetLength(T3DPoint, T3DPoint)
Declaration
public static double GetLength(T3DPoint p1, T3DPoint p2)
Parameters
Returns
Type |
Description |
System.Double |
|
GetPoint(T3DPoint, T3DPoint, Double)
Declaration
public static T3DPoint GetPoint(T3DPoint p1, T3DPoint p2, double t)
Parameters
Returns
GetPoint(Double)
Declaration
public T3DPoint GetPoint(double t)
Parameters
Type |
Name |
Description |
System.Double |
t |
|
Returns
GetUnitTangent()
Declaration
public T3DPoint GetUnitTangent()
Returns