ViewEntityFromOffset(TypeLiteral<TEntity> typeLiteralTEntity,
Camera camera,
TEntity entity,
Cartesian offset,
CentralBody centralBody)
Creates a new instance, specifying all parameters.
|
ViewFromTo(TypeLiteral<TEntity> typeLiteralTEntity,
Camera camera,
Point fromPoint,
Point toPoint)
Create a new instance, specifying a view from one Point to another using the specified Camera ( get / set ).
|
ViewFromTo(TypeLiteral<TEntity> typeLiteralTEntity,
Camera camera,
Point fromPoint,
TEntity toEntity)
Create a new instance, specifying a view from a TEntity to a Point using the specified Camera ( get / set ).
|
ViewFromTo(TypeLiteral<TEntity> typeLiteralTEntity,
Camera camera,
TEntity fromEntity,
Point toPoint)
Create a new instance, specifying a view from a Point to a TEntity using the specified Camera ( get / set ).
|
ViewFromTo(TypeLiteral<TEntity> typeLiteralTEntity,
Camera camera,
TEntity fromEntity,
TEntity toEntity)
Creates a new instance, specifying a view from one TEntity to another using the specified Camera ( get / set ).
|