SbViewVolumeProjectToScreen Method (SbVec3f) |
Maps the 3D point in world coordinates to a 2D point in normalized screen
coordinates (0 <= x,y,z <= 1). The z-screen coordinate represents the
homogeneous z coordinate which goes (nonlinearly) from 0 at the near clipping
plane to 1 at the far clipping plane.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
Syntax public SbVec3f ProjectToScreen(
SbVec3f src
)
Public Function ProjectToScreen (
src As SbVec3f
) As SbVec3f
public:
SbVec3f ProjectToScreen(
SbVec3f src
)
member ProjectToScreen :
src : SbVec3f -> SbVec3f
Parameters
- src
- Type: OIV.InventorSbVec3f
Point to project in world coordinates.
Return Value
Type:
SbVec3fProjected point onto the near plane.
See Also