Camera3DConvertWorldToCamera Method
Used internally to convert the caller's world-oriented vector to one
matching the selected camera setting.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
protected virtual FVector3 ConvertWorldToCamera(
FVector3 vector
)
Protected Overridable Function ConvertWorldToCamera (
vector As FVector3
) As FVector3
No code example is currently available or this language may not be supported.
- vector FVector3
-
Reference to the vector to be converted.
FVector3
Reference to a 3D vector where Y and Z axes have been transposed,
and / or the value of the Y or Z axes have been flipped, as necessary,
if a valid vector has been supplied. Otherwise, null.