Package | Description |
---|---|
com.aspose.cad.fileformats.collada.fileparser.elements |
Modifier and Type | Method and Description |
---|---|
TargetableFloat |
CameraOpticsTechniqueCommonOrthographic.getAspectratio()
Gets or sets the items.
|
TargetableFloat |
CameraOpticsTechniqueCommonPerspective.getAspectRatio()
Gets or sets the items.
|
TargetableFloat |
CameraOpticsTechniqueCommonPerspective.getXfov()
Gets or sets the items.
|
TargetableFloat |
CameraOpticsTechniqueCommonOrthographic.getXmag()
Gets or sets the items.
|
TargetableFloat |
CameraOpticsTechniqueCommonPerspective.getYfov()
Gets or sets the items.
|
TargetableFloat |
CameraOpticsTechniqueCommonOrthographic.getYmag()
Gets or sets the items.
|
TargetableFloat |
CameraOpticsTechniqueCommonOrthographic.getZfar()
Gets or sets the z far.
|
TargetableFloat |
CameraOpticsTechniqueCommonPerspective.getZfar()
Gets or sets the z far.
|
TargetableFloat |
CameraOpticsTechniqueCommonOrthographic.getZnear()
Gets or sets the z near.
|
TargetableFloat |
CameraOpticsTechniqueCommonPerspective.getZnear()
Gets or sets the z near.
|
Modifier and Type | Method and Description |
---|---|
void |
CameraOpticsTechniqueCommonOrthographic.setAspectratio(TargetableFloat value)
Gets or sets the items.
|
void |
CameraOpticsTechniqueCommonPerspective.setAspectRatio(TargetableFloat value)
Gets or sets the items.
|
void |
CameraOpticsTechniqueCommonPerspective.setXfov(TargetableFloat value)
Gets or sets the items.
|
void |
CameraOpticsTechniqueCommonOrthographic.setXmag(TargetableFloat value)
Gets or sets the items.
|
void |
CameraOpticsTechniqueCommonPerspective.setYfov(TargetableFloat value)
Gets or sets the items.
|
void |
CameraOpticsTechniqueCommonOrthographic.setYmag(TargetableFloat value)
Gets or sets the items.
|
void |
CameraOpticsTechniqueCommonOrthographic.setZfar(TargetableFloat value)
Gets or sets the z far.
|
void |
CameraOpticsTechniqueCommonPerspective.setZfar(TargetableFloat value)
Gets or sets the z far.
|
void |
CameraOpticsTechniqueCommonOrthographic.setZnear(TargetableFloat value)
Gets or sets the z near.
|
void |
CameraOpticsTechniqueCommonPerspective.setZnear(TargetableFloat value)
Gets or sets the z near.
|