Interface IParametricCurve2d
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public interface IParametricCurve2d
Properties
ArcLength
Declaration
double ArcLength { get; }
Property Value
HasArcLength
Declaration
bool HasArcLength { get; }
Property Value
IsClosed
Declaration
Property Value
Declaration
bool IsTransformable { get; }
Property Value
ParamLength
Declaration
double ParamLength { get; }
Property Value
Methods
Clone()
Declaration
IParametricCurve2d Clone()
Returns
Reverse()
Declaration
SampleArcLength(Double)
Declaration
Vector2d SampleArcLength(double a)
Parameters
Type |
Name |
Description |
Double |
a |
|
Returns
SampleT(Double)
Declaration
Vector2d SampleT(double t)
Parameters
Type |
Name |
Description |
Double |
t |
|
Returns
TangentT(Double)
Declaration
Vector2d TangentT(double t)
Parameters
Type |
Name |
Description |
Double |
t |
|
Returns
Declaration
void Transform(ITransform2 xform)
Parameters