VPINurbs ComputeSurfacePoint Method Virtual Photonics - VTS Library
Virtual Photonics
Defines the signature of the method used to compute the point on a NURBS surface.

Namespace: Vts.Modeling.ForwardSolvers
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

double ComputeSurfacePoint(
	double time,
	double space
)

Return Value

Type: OnlineDouble
Value of a point on the surface
See Also