Description Data structure for a Conic Focal surface.
Definition Type T_CONICFOCI x1Focus As Double y1Focus As Double z1Focus As Double x2Focus As Double y2Focus As Double z2Focus As Double xPos As Double yPos As Double zPos As Double isHyperboloid As Boolean End Type
Members x1Focus X component of the first focal point of the curve.
y1Focus Y component of the first focal point of the curve.
z1Focus Z component of the first focal point of the curve.
x2Focus X component of the second focal point of the curve.
y2Focus Y component of the second focal point of the curve.
z2Focus Z component of the second focal point of the curve.
xPos X position of the center of the curve.
yPos Y position of the center of the curve.
zPos Z position of the center of the curve.
isHyperboloid True if the curve is a hyperboloid, False if it is an ellipsoid.
Used as Parameter in Examples
|