

static pfcSplineSurfacePoint_ptr | Create (pfcUVParams_ptr Parameter, pfcPoint3D_ptr Point, pfcVector3D_ptr UTangent, pfcVector3D_ptr VTangent, pfcVector3D_ptr UVDerivative) |
This method creates a new SplineSurfacePoint object. | |
GetParameter () | |
void | |
The UV parameters of the point on the surface. | |
GetPoint () | |
void | |
The XYZ point | |
GetUTangent () | |
void | |
The tangent vector in the U direction at the point | |
void | |
The mixed derivative at the point | |
GetVTangent () | |
void | |
The tangent vector in the V direction at the point | |

GetParameter | () | |
void | SetParameter |

GetPoint | () | |
void | SetPoint |

GetUTangent | () | |
void | SetUTangent |

GetVTangent | () | |
void | SetVTangent |

GetUVDerivative | () | |
void | SetUVDerivative |

static pfcSplineSurfacePoint_ptr | Create | (pfcUVParams_ptr Parameter, pfcPoint3D_ptr Point, pfcVector3D_ptr UTangent, pfcVector3D_ptr VTangent, pfcVector3D_ptr UVDerivative) |
