API Documentation > Classes > Class pfcSplineSurfacePoint
Class pfcSplineSurfacePoint
Description
Represents a single point on a spline surface
Property Summary
The UV parameters of the point on the surface.
The XYZ point
The tangent vector in the U direction at the point
The mixed derivative at the point
The tangent vector in the V direction at the point
Method Summary
Create (pfcUVParams Parameter, pfcPoint3D Point, pfcVector3D UTangent, pfcVector3D VTangent, pfcVector3D UVDerivative)
This method creates a new SplineSurfacePoint object.
Property Detail
Parameter
The UV parameters of the point on the surface.
The XYZ point
UTangent
The tangent vector in the U direction at the point
UVDerivative
The mixed derivative at the point
VTangent
The tangent vector in the V direction at the point
Method Detail
Create
(pfcUVParams Parameter, pfcPoint3D Point, pfcVector3D UTangent, pfcVector3D VTangent, pfcVector3D UVDerivative)
This method creates a new SplineSurfacePoint object.
Parameters:
Parameter
The UV parameters of the point on the surface.
Point
The XYZ point
UTangent
The tangent vector in the U direction at the point
VTangent
The tangent vector in the V direction at the point
UVDerivative
The mixed derivative at the point
Returns:
The new SplineSurfacePoint object
Was this helpful?