Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
SharpVectors
Polynomials
SqrtPolynomial
C# Class SharpVectors.Polynomials.SqrtPolynomial
This class overrides Polynomial's evaluate method to return the square root of that value. We need to integrate the square root of a polynomial when finding the arc length of a Bezier curve.
Inheritance:
Polynomial
Exibir arquivo
Open project: codebutler/savagesvg
Public Methods
Method
Description
Evaluate
(
double
t
) :
double
SqrtPolynomial
( ) :
System
Method Details
Evaluate()
public
method
public
Evaluate
(
double
t
) :
double
t
double
return
double
SqrtPolynomial()
public
method
public
SqrtPolynomial
( ) :
System
return
System