Interface ISampledCurve3d
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public interface ISampledCurve3d
Properties
Closed
Declaration
Property Value
SegmentCount
Declaration
int SegmentCount { get; }
Property Value
VertexCount
Declaration
Property Value
Vertices
Declaration
IEnumerable<Vector3d> Vertices { get; }
Property Value
Methods
GetSegment(Int32)
Declaration
Segment3d GetSegment(int i)
Parameters
Type |
Name |
Description |
Int32 |
i |
|
Returns
GetVertex(Int32)
Declaration
Vector3d GetVertex(int i)
Parameters
Type |
Name |
Description |
Int32 |
i |
|
Returns