Aardvark.Base


Conic2d

WARNING: Sektch! Defines the conic section CXX x^2 + CYY y^2 + CZZ z^2 + CXY xy + CYZ yz + CYZ yz = 0 with (x,y,z) being homogenous coordinates.

Constructors

ConstructorDescription
new(cxx, cyy, czz, cxy, cxz, cyz)
Signature: (cxx:float * cyy:float * czz:float * cxy:float * cxz:float * cyz:float) -> unit

Instance members

Instance memberDescription
ConicType
Signature: int
Discriminant
Signature: float
Fork me on GitHub