Click or drag to resize

Point3DScale Method

Scales this point from origin by the given parameters.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public Point3D Scale(
	double scaleX,
	double scaleY,
	double scaleZ
)

Parameters

scaleX  Double

[Missing <param name="scaleX"/> documentation for "M:RAYLASE.SPICE3.Utils.Point3D.Scale(System.Double,System.Double,System.Double)"]

scaleY  Double

[Missing <param name="scaleY"/> documentation for "M:RAYLASE.SPICE3.Utils.Point3D.Scale(System.Double,System.Double,System.Double)"]

scaleZ  Double

[Missing <param name="scaleZ"/> documentation for "M:RAYLASE.SPICE3.Utils.Point3D.Scale(System.Double,System.Double,System.Double)"]

Return Value

Point3D

[Missing <returns> documentation for "M:RAYLASE.SPICE3.Utils.Point3D.Scale(System.Double,System.Double,System.Double)"]

See Also