Click or drag to resize

HomographyProject3Dto2D Method

[Missing <summary> documentation for "M:StarfieldUtils.MathUtils.Homography.Project3Dto2D(StarfieldUtils.MathUtils.Vec3D,StarfieldUtils.MathUtils.Vec3D,StarfieldUtils.MathUtils.Vec3D,System.Double)"]

Namespace:  StarfieldUtils.MathUtils
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vec2D Project3Dto2D(
	Vec3D cameraLoc,
	Vec3D theta,
	Vec3D point,
	double distanceToScreen
)

Parameters

cameraLoc
Type: StarfieldUtils.MathUtilsVec3D

[Missing <param name="cameraLoc"/> documentation for "M:StarfieldUtils.MathUtils.Homography.Project3Dto2D(StarfieldUtils.MathUtils.Vec3D,StarfieldUtils.MathUtils.Vec3D,StarfieldUtils.MathUtils.Vec3D,System.Double)"]

theta
Type: StarfieldUtils.MathUtilsVec3D

[Missing <param name="theta"/> documentation for "M:StarfieldUtils.MathUtils.Homography.Project3Dto2D(StarfieldUtils.MathUtils.Vec3D,StarfieldUtils.MathUtils.Vec3D,StarfieldUtils.MathUtils.Vec3D,System.Double)"]

point
Type: StarfieldUtils.MathUtilsVec3D

[Missing <param name="point"/> documentation for "M:StarfieldUtils.MathUtils.Homography.Project3Dto2D(StarfieldUtils.MathUtils.Vec3D,StarfieldUtils.MathUtils.Vec3D,StarfieldUtils.MathUtils.Vec3D,System.Double)"]

distanceToScreen
Type: SystemDouble

[Missing <param name="distanceToScreen"/> documentation for "M:StarfieldUtils.MathUtils.Homography.Project3Dto2D(StarfieldUtils.MathUtils.Vec3D,StarfieldUtils.MathUtils.Vec3D,StarfieldUtils.MathUtils.Vec3D,System.Double)"]

Return Value

Type: Vec2D

[Missing <returns> documentation for "M:StarfieldUtils.MathUtils.Homography.Project3Dto2D(StarfieldUtils.MathUtils.Vec3D,StarfieldUtils.MathUtils.Vec3D,StarfieldUtils.MathUtils.Vec3D,System.Double)"]

See Also