| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| UVParams | GetParameter
()
Get method for attribute "Parameter" The UV parameters of the point on the surface. |
| Point3D | GetPoint
()
Get method for attribute "Point" The XYZ point |
| Vector3D | GetUTangent
()
Get method for attribute "UTangent" The tangent vector in the U direction at the point |
| Vector3D | GetUVDerivative
()
Get method for attribute "UVDerivative" The mixed derivative at the point |
| Vector3D | GetVTangent
()
Get method for attribute "VTangent" The tangent vector in the V direction at the point |
| void | SetParameter
(UVParams value)
Set method for attribute "Parameter" The UV parameters of the point on the surface. |
| void | SetPoint
(Point3D value)
Set method for attribute "Point" The XYZ point |
| void | SetUTangent
(Vector3D value)
Set method for attribute "UTangent" The tangent vector in the U direction at the point |
| void | SetUVDerivative
(Vector3D value)
Set method for attribute "UVDerivative" The mixed derivative at the point |
| void | SetVTangent
(Vector3D value)
Set method for attribute "VTangent" The tangent vector in the V direction at the point |
| Method Detail |
|---|
| GetParameter/SetParameter |
|---|
| UVParams | GetParameter | () |
| void | SetParameter | (UVParams value) |
| The UV parameters of the point on the surface. |
| GetPoint/SetPoint |
|---|
| Point3D | GetPoint | () |
| void | SetPoint | (Point3D value) |
| The XYZ point |
| GetUTangent/SetUTangent |
|---|
| Vector3D | GetUTangent | () |
| void | SetUTangent | (Vector3D value) |
| The tangent vector in the U direction at the point |
| GetVTangent/SetVTangent |
|---|
| Vector3D | GetVTangent | () |
| void | SetVTangent | (Vector3D value) |
| The tangent vector in the V direction at the point |
| GetUVDerivative/SetUVDerivative |
|---|
| Vector3D | GetUVDerivative | () |
| void | SetUVDerivative | (Vector3D value) |
| The mixed derivative at the point |