Camera3DPosition Property
Get/Set a reference to the position of the camera, in world
coordinates.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FPoint3 Position { get; set; }
Public Property Position As FPoint3
Get
Set
No code example is currently available or this language may not be supported.
Property Value
FPoint3
Although the internal camera is transposed using a Y-up left-handed
system, all of the positions are expressed in the host's world system
to avoid any confusion.